Coverity-415954: Remove duplicated/dead code

pull/1000/head
Micah Snyder 2 years ago committed by Micah Snyder
parent 3193a6be87
commit 7d621c9506
  1. 2
      libclamav/egg.c

@ -970,8 +970,6 @@ static void print_posix_info_mode(uint32_t mode)
printf("p");
} else if (mode & POSIX_INFO_MODE_SYM_LINK) {
printf("l");
} else if (mode & POSIX_INFO_MODE_SOCKET) {
printf("s");
}
/* Owner/Group/Other permissions */
if (mode & POSIX_INFO_MODE_PERM_OWNER_READ) {

Loading…
Cancel
Save