Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Mar 19, 2024
1 parent 16b89f3 commit 21fbebc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions clamscan/manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1561,11 +1561,6 @@ int scanmanager(const struct optstruct *opts)
if (optget(opts, "scan-image-fuzzy-hash")->enabled)
options.parse |= CL_SCAN_PARSE_IMAGE_FUZZY_HASH;

// if (optget(opts, "scan-alz")->enabled) {
// /*TODO: Consider just having this for archives.*/
// options.parse |= CL_SCAN_PARSE_ALZ;
// }

/* TODO: Remove deprecated option in a future feature release */
if ((optget(opts, "algorithmic-detection")->enabled) && /* && used due to default-yes for both options */
(optget(opts, "heuristic-alerts")->enabled)) {
Expand Down

0 comments on commit 21fbebc

Please sign in to comment.