diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2011-01-19 18:12:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-20 20:01:09 -0500 |
commit | d18046b3cd989c06d2ad8d615e57c3cf63c63b67 (patch) | |
tree | 63b7ab20dd321007543b2f1caabea141a364f538 /include/linux/dccp.h | |
parent | 4dce2396b329ef6a14b40c5416d6f76005097b0d (diff) |
dccp: clean up unused DCCP_STATE_MASK definition
Remove unused DCCP_STATE_MASK macro.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Acked-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/dccp.h')
-rw-r--r-- | include/linux/dccp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index 010e2d87ed75..d638e85dc501 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h | |||
@@ -279,8 +279,6 @@ enum dccp_state { | |||
279 | DCCP_MAX_STATES | 279 | DCCP_MAX_STATES |
280 | }; | 280 | }; |
281 | 281 | ||
282 | #define DCCP_STATE_MASK 0x1f | ||
283 | |||
284 | enum { | 282 | enum { |
285 | DCCPF_OPEN = TCPF_ESTABLISHED, | 283 | DCCPF_OPEN = TCPF_ESTABLISHED, |
286 | DCCPF_REQUESTING = TCPF_SYN_SENT, | 284 | DCCPF_REQUESTING = TCPF_SYN_SENT, |