[pisa-src] r1756 - trunk/libpisa/packet.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 24 Nov 2009 10:39:24 +0100

Author: biurrun
Date: Tue Nov 24 10:39:24 2009
New Revision: 1756

Log:
Remove unused IS_PISATUN_PACKET macro.

Modified:
   trunk/libpisa/packet.h

Modified: trunk/libpisa/packet.h
==============================================================================
--- trunk/libpisa/packet.h      Tue Nov 24 10:38:27 2009        (r1755)
+++ trunk/libpisa/packet.h      Tue Nov 24 10:39:24 2009        (r1756)
@@ -30,8 +30,6 @@
 #define PISA_TYPE_MASK         0xff00
 #define PISA_PKTTYPE_TUN       0x0000
 
-#define IS_PISATUN_PACKET(packet)      is_pisatun_packet((const char 
*)(packet))
-
 /**
  * a part of pisa_packet including only common fields of the TLV format.
  */

Other related posts:

  • » [pisa-src] r1756 - trunk/libpisa/packet.h - Diego Biurrun