diff options
| author | Shan Wei <[email protected]> | 2011-01-19 23:12:54 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-01-20 17:01:09 -0800 |
| commit | d18046b3cd989c06d2ad8d615e57c3cf63c63b67 (patch) | |
| tree | 63b7ab20dd321007543b2f1caabea141a364f538 /include/linux | |
| parent | 4dce2396b329ef6a14b40c5416d6f76005097b0d (diff) | |
dccp: clean up unused DCCP_STATE_MASK definition
Remove unused DCCP_STATE_MASK macro.
Signed-off-by: Shan Wei <[email protected]>
Acked-by: Gerrit Renker <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -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, |