summaryrefslogtreecommitdiffstats
path: root/ipc/msgutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/msgutil.c')
-rw-r--r--ipc/msgutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/msgutil.c b/ipc/msgutil.c
index ed81aafd2392..a521999de4f1 100644
--- a/ipc/msgutil.c
+++ b/ipc/msgutil.c
@@ -37,8 +37,6 @@ struct ipc_namespace init_ipc_ns = {
37#endif 37#endif
38}; 38};
39 39
40atomic_t nr_ipc_ns = ATOMIC_INIT(1);
41
42struct msg_msgseg { 40struct msg_msgseg {
43 struct msg_msgseg *next; 41 struct msg_msgseg *next;
44 /* the next part of the message follows immediately */ 42 /* the next part of the message follows immediately */