remove development testing code.

pull/27/head
Steven Morgan 10 years ago
parent 94eeab00aa
commit 5e608548b0
  1. 3
      libclamav/scanners.c

@ -3480,9 +3480,6 @@ static int scan_common(int desc, cl_fmap_t *map, const char **virname, unsigned
ctx.virname = virname;
ctx.scanned = scanned;
ctx.options = scanoptions;
#if 0 /* for development testing only */
ctx.options |= CL_SCAN_FILE_PROPERTIES;
#endif
ctx.found_possibly_unwanted = 0;
ctx.container_type = CL_TYPE_ANY;
ctx.container_size = 0;

Loading…
Cancel
Save