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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 14:52:59 +0100

Author: biurrun
Date: Fri Nov 27 14:52:59 2009
New Revision: 1869

Log:
Remove unused definition PISA_PKTTYPE_TUN.

Modified:
   trunk/libpisa/packet.h

Modified: trunk/libpisa/packet.h
==============================================================================
--- trunk/libpisa/packet.h      Fri Nov 27 14:50:09 2009        (r1868)
+++ trunk/libpisa/packet.h      Fri Nov 27 14:52:59 2009        (r1869)
@@ -27,8 +27,6 @@
 #include "debug.h"
 #include "global.h"
 
-#define PISA_PKTTYPE_TUN       0x0000
-
 /**
  * a part of pisa_packet including only common fields of the TLV format.
  */

Other related posts:

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