[pisa-src] r1848 - trunk/tools/iwlist_parser.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 11:50:26 +0100

Author: biurrun
Date: Fri Nov 27 11:50:26 2009
New Revision: 1848

Log:
Remove unused definition SIGNALSTRENGTH_LENGTH.

Modified:
   trunk/tools/iwlist_parser.c

Modified: trunk/tools/iwlist_parser.c
==============================================================================
--- trunk/tools/iwlist_parser.c Fri Nov 27 11:28:34 2009        (r1847)
+++ trunk/tools/iwlist_parser.c Fri Nov 27 11:50:26 2009        (r1848)
@@ -22,7 +22,6 @@
 #define MAX_CELLS              32
 #define ESSID_LENGTH           32
 #define MAC_LENGTH             18
-#define SIGNALSTRENGTH_LENGTH  32
 #define FILENAME_LENGTH                64
 #define LINE_BUFFER_LENGTH     999
 

Other related posts:

  • » [pisa-src] r1848 - trunk/tools/iwlist_parser.c - Diego Biurrun