perf: Fix task context scheduling
[pandora-kernel.git] / include / linux / dccp.h
index 010e2d8..d638e85 100644 (file)
@@ -279,8 +279,6 @@ enum dccp_state {
        DCCP_MAX_STATES
 };
 
-#define DCCP_STATE_MASK 0x1f
-
 enum {
        DCCPF_OPEN            = TCPF_ESTABLISHED,
        DCCPF_REQUESTING      = TCPF_SYN_SENT,