All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition
@ 2011-01-20  9:12 ` Shan Wei
  0 siblings, 0 replies; 6+ messages in thread
From: Shan Wei @ 2011-01-20  9:12 UTC (permalink / raw)
  To: dccp

Remove unused DCCP_STATE_MASK macro.


Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
---
 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 010e2d8..d638e85 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,
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-21  1:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-20  9:12 [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition Shan Wei
2011-01-20  9:12 ` Shan Wei
2011-01-20 11:38 ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK gerrit
2011-01-20 11:38   ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition gerrit
2011-01-21  1:00 ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK David Miller
2011-01-21  1:00   ` [PATCH clean-up] dccp: clean up unused DCCP_STATE_MASK definition David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.