Browse code

removed unused variable

git-svn: trunk@2419

aCaB authored on 2006/10/20 03:34:17
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Oct 19 20:33:15 CEST 2006 (acab)
2
+------------------------------------
3
+  * libclamav/pe.c: remove unused variable
4
+
1 5
 Thu Oct 19 20:27:06 CEST 2006 (acab)
2 6
 ------------------------------------
3 7
   * libclamav: obey limits in unspin - closes bug#81 (thanks Trog)
... ...
@@ -1893,7 +1893,6 @@ int cli_scanpe(int desc, cli_ctx *ctx)
1893 1893
        memcmp(buff+4, "\xe8\x00\x00\x00\x00\x8b\x1c\x24\x83\xc3", 10) == 0)  {
1894 1894
 
1895 1895
 	char *spinned;
1896
-	int spinres;
1897 1896
 	    
1898 1897
 	if(ctx->limits && ctx->limits->maxfilesize && fsize > ctx->limits->maxfilesize) {
1899 1898
 	    cli_dbgmsg("PEspin: Size exceeded (fsize: %u, max: %lu)\n", fsize, ctx->limits->maxfilesize);