[pisa-src] r1503 - trunk/libpisa/util.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 03 Nov 2009 15:11:01 +0100

Author: tjansen
Date: Tue Nov  3 15:11:00 2009
New Revision: 1503

Log:
Removed unused define MAX_ITEM_LEN.

Modified:
   trunk/libpisa/util.h

Modified: trunk/libpisa/util.h
==============================================================================
--- trunk/libpisa/util.h        Tue Nov  3 14:44:13 2009        (r1502)
+++ trunk/libpisa/util.h        Tue Nov  3 15:11:00 2009        (r1503)
@@ -23,8 +23,6 @@
 
 #include "global.h"
 
-#define MAX_ITEM_LEN   256
-
 #ifdef CONFIG_PISA_OPENWRT
 # define PISA_CREATE_FILE(x)   creat((x), 0644)
 #else

Other related posts:

  • » [pisa-src] r1503 - trunk/libpisa/util.h - Thomas Jansen