]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
remove unused "width"
authormarshmellow42 <marshmellowrf@gmail.com>
Tue, 16 Jun 2015 02:40:30 +0000 (22:40 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Tue, 16 Jun 2015 02:40:30 +0000 (22:40 -0400)
client/cmdcrc.c

index 8a60fef60efd071ccd39a93161be631a9fc01b5f..0536529890c1dc221a80057d073b79f4702807a6 100644 (file)
@@ -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
Impressum, Datenschutz