socket-util: Remove DSCP_INVALID.
[openvswitch] / lib / socket-util.h
index 32c61e78913e8896383a56ba0899f20f2b2a3bef..07c9327c4d7113d06eb0bc44ee894cf5da128c21 100644 (file)
@@ -69,9 +69,4 @@ char *describe_fd(int fd);
  * in <netinet/ip.h> is used.  */
 #define DSCP_DEFAULT IPTOS_PREC_INTERNETCONTROL
 
-/* Invalid dscp value.  If the dscp value will not be used, the dscp value
- * passed must be invalid.  Set to 0xFF as the TOS bits passed can only be
- * 6 bits. */
-#define DSCP_INVALID 0xFF
-
 #endif /* socket-util.h */