From f127b42eb71b9df4166eeeac694134805c236de5 Mon Sep 17 00:00:00 2001 From: Tomasz Kojm Date: Fri, 12 Jan 2007 23:39:18 +0000 Subject: [PATCH] cleanup git-svn: trunk@2614 --- clamav-devel/clamscan/clamscan_opt.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/clamav-devel/clamscan/clamscan_opt.h b/clamav-devel/clamscan/clamscan_opt.h index da190be84..d8362ab99 100644 --- a/clamav-devel/clamscan/clamscan_opt.h +++ b/clamav-devel/clamscan/clamscan_opt.h @@ -39,7 +39,6 @@ static struct option clamscan_longopt[] = { {"leave-temps", 0, 0, 0}, {"config-file", 1, 0, 0}, /* clamdscan */ {"database", 1, 0, 'd'}, - {"whole-file", 0, 0, 'w'}, /* not used */ {"force", 0, 0, 0}, {"recursive", 0, 0, 'r'}, {"bell", 0, 0, 0}, @@ -47,9 +46,6 @@ static struct option clamscan_longopt[] = { {"no-summary", 0, 0, 0}, {"infected", 0, 0, 'i'}, {"log", 1, 0, 'l'}, - {"log-verbose", 0, 0, 0}, /* not used */ - {"threads", 1, 0, 0}, /* not used */ - {"one-virus", 0, 0, 0}, /* not used */ {"move", 1, 0, 0}, {"copy", 1, 0, 0}, {"remove", 0, 0, 0}, @@ -75,7 +71,6 @@ static struct option clamscan_longopt[] = { {"no-elf", 0, 0, 0}, {"no-ole2", 0, 0, 0}, {"no-html", 0, 0, 0}, - {"mbox", 0, 0, 'm'}, /* not used */ {"no-mail", 0, 0, 0}, {"mail-follow-urls", 0, 0, 0}, {"no-phishing-sigs", 0, 0, 0}, @@ -88,10 +83,7 @@ static struct option clamscan_longopt[] = { {"no-algorithmic", 0, 0, 0}, {"unzip", 2, 0, 0}, {"unrar", 2, 0, 0}, - {"unace", 2, 0, 0}, /* not used */ - {"unarj", 2, 0, 0}, /* not used */ {"arj", 2, 0, 0}, - {"zoo", 2, 0, 0}, /* not used */ {"unzoo", 2, 0, 0}, {"lha", 2, 0, 0}, {"jar", 2, 0, 0},