datapath: Get rid of ODPP_NONE.
[sliver-openvswitch.git] / include / openvswitch / datapath-protocol.h
index 0aa6cd6..d76b547 100644 (file)
@@ -137,7 +137,6 @@ struct odp_stats {
 
 /* Logical ports. */
 #define ODPP_LOCAL      ((uint16_t)0)
-#define ODPP_NONE       ((uint16_t)-1)
 
 /* Listening channels. */
 #define _ODPL_MISS_NR   0       /* Packet missed in flow table. */