]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Removed unused variables, added implicitly used headers
authordn337t@gmail.com <dn337t@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 14 May 2012 14:48:23 +0000 (14:48 +0000)
committerdn337t@gmail.com <dn337t@gmail.com@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Mon, 14 May 2012 14:48:23 +0000 (14:48 +0000)
client/cmdhf15.c
client/cmdhfmf.c
client/cmdlfem4x.c
client/mifarehost.c

index 886e5c5198387e3fe8c4c33393ad57b83d149fd6..4fce726da790c2753e0e0623b8f225904e2f48c6 100644 (file)
@@ -111,7 +111,7 @@ int getUID(uint8_t *buf)
 //             uid[8]  tag uid
 // returns description of the best match       
 static char* getTagInfo(uint8_t *uid) {
-       uint64_t myuid,mask,t;
+       uint64_t myuid,mask;
        int i=0, best=-1;       
        memcpy(&myuid,uid,sizeof(uint64_t));
        while (uidmapping[i].mask>0) {
index cd50477d9be9ec1e7448192c3a5b8e53f79854ed..1a29f8719442a724c1454456cd5eca99740caada 100644 (file)
@@ -259,15 +259,10 @@ int CmdHF14AMfDump1k(const char *Cmd)
 {\r
        int i, j;\r
        \r
-       uint8_t keyType = 0;\r
-       uint8_t c[3][4];\r
        uint8_t keyA[16][6];\r
        uint8_t keyB[16][6];\r
        uint8_t rights[16][4];\r
        \r
-       uint8_t isOK  = 0;\r
-       uint8_t *data  = NULL;\r
-\r
        FILE *fin;\r
        FILE *fout;\r
        \r
index 3ca95a41b10ee9e649250b8960c081121437420d..8d211a4696043e00aad81749191cf205b55f6e43 100644 (file)
@@ -275,13 +275,12 @@ int CmdEM410xWatch(const char *Cmd)
  */
 int CmdEM4x50Read(const char *Cmd)
 {
-  int i, j, startblock, clock, skip, block, start, end, low, high;
+  int i, j, startblock, skip, block, start, end, low, high;
   bool complete= false;
   int tmpbuff[MAX_GRAPH_TRACE_LEN / 64];
   char tmp[6];
 
   high= low= 0;
-  clock= 64;
   memset(tmpbuff, 0, MAX_GRAPH_TRACE_LEN / 64);
 
   /* first get high and low values */
index f52fb602ec28da140d4c49a7f8c1ce256694ccd1..394d2471ec7c0fba5be74aaea494bb297a68839a 100644 (file)
@@ -10,6 +10,7 @@
 \r
 #include <stdio.h>\r
 #include <stdlib.h> \r
+#include <string.h>\r
 #include "mifarehost.h"\r
 \r
 \r
Impressum, Datenschutz