Skip to content

Commit

Permalink
dccp: clean up unused DCCP_STATE_MASK definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shan Wei authored and David S. Miller committed Jan 21, 2011
1 parent 4dce239 commit d18046b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d18046b

Please sign in to comment.