examples/eeprom.c: Remove unused variable
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Thu, 16 Sep 2010 09:49:05 +0000 (11:49 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 20 Sep 2010 13:34:45 +0000 (15:34 +0200)
examples/eeprom.c

index e93845d..be34db2 100644 (file)
@@ -25,7 +25,6 @@ int main(int argc, char **argv)
     int large_chip = 0;
     int do_write = 0;
     int size;
-    unsigned short value;
 
     if ((ftdi = ftdi_new()) == 0)
     {