diff options
author | Shan Wei <shanwei@cn.fujitsu.com> | 2011-01-19 23:12:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-20 17:01:09 -0800 |
commit | d18046b3cd989c06d2ad8d615e57c3cf63c63b67 (patch) | |
tree | 63b7ab20dd321007543b2f1caabea141a364f538 /include/linux/dccp.h | |
parent | 4dce2396b329ef6a14b40c5416d6f76005097b0d (diff) | |
download | linux-d18046b3cd989c06d2ad8d615e57c3cf63c63b67.tar.gz linux-d18046b3cd989c06d2ad8d615e57c3cf63c63b67.tar.bz2 linux-d18046b3cd989c06d2ad8d615e57c3cf63c63b67.zip |
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 { DCCP_MAX_STATES }; -#define DCCP_STATE_MASK 0x1f - enum { DCCPF_OPEN = TCPF_ESTABLISHED, DCCPF_REQUESTING = TCPF_SYN_SENT, |