From: marshmellow42 Date: Tue, 16 Jun 2015 02:40:30 +0000 (-0400) Subject: remove unused "width" X-Git-Tag: v3.0.0~76^2~3 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/eb17726afa7760986cb1614be7e037450193638d?hp=954767dd95f50cfce59dd2a20a2a183513b10cfb remove unused "width" --- diff --git a/client/cmdcrc.c b/client/cmdcrc.c index 8a60fef6..05365298 100644 --- a/client/cmdcrc.c +++ b/client/cmdcrc.c @@ -311,7 +311,7 @@ int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *res int ibperhx = 8, obperhx = 8; int rflags = 0; // search flags int c; - unsigned long width; + //unsigned long width; poly_t apoly, crc; char *string; @@ -331,7 +331,7 @@ int RunModel(char *inModel, char *inHexStr, bool reverse, char endian, char *res return uerr("no preset models available"); // must set width so that parameter to -ipx is not zeroed - width = plen(model.spoly); + //width = plen(model.spoly); rflags |= R_HAVEP | R_HAVEI | R_HAVERI | R_HAVERO | R_HAVEX; //set flags