Skip to content

Commit 685401d

Browse files
committed
blah
1 parent 06bb01e commit 685401d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

libclamav/scanners.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2484,15 +2484,9 @@ static bool is_url(const char *const str)
24842484
bool bRet = false;
24852485
size_t i;
24862486

2487-
#if 0
2488-
MATCH(str, "https://");
2489-
MATCH(str, "http://");
2490-
MATCH(str, "ftp://");
2491-
#else
24922487
for (i = 0; i < sizeof(URI_LIST) / sizeof(URI_LIST[0]); i++) {
24932488
MATCH(str, URI_LIST[i]);
24942489
}
2495-
#endif
24962490
done:
24972491
return bRet;
24982492
#undef MATCH

0 commit comments

Comments
 (0)