datapath: Remove ODPP_NORMAL macro.
authorBen Pfaff <blp@nicira.com>
Tue, 28 Dec 2010 20:23:16 +0000 (12:23 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Dec 2010 06:40:42 +0000 (22:40 -0800)
This macro hasn't ever been used.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
include/openvswitch/datapath-protocol.h

index b8f93de..6bab4bc 100644 (file)
@@ -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. */