From: Ben Pfaff Date: Tue, 28 Dec 2010 20:23:16 +0000 (-0800) Subject: datapath: Remove ODPP_NORMAL macro. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab4c7bf5156f66b8d06dd273e776e3823b6f516;p=openvswitch datapath: Remove ODPP_NORMAL macro. This macro hasn't ever been used. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index b8f93de6..6bab4bc4 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -131,7 +131,6 @@ struct odp_stats { /* Logical ports. */ #define ODPP_LOCAL ((uint16_t)0) #define ODPP_NONE ((uint16_t)-1) -#define ODPP_NORMAL ((uint16_t)-2) /* Listening channels. */ #define _ODPL_MISS_NR 0 /* Packet missed in flow table. */