aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/util.c')
-rw-r--r--ipc/util.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/util.c b/ipc/util.c
index c51c96f2e0cf..49e75efe305b 100644
--- a/ipc/util.c
+++ b/ipc/util.c
@@ -695,11 +695,6 @@ struct kern_ipc_perm *ipc_lock(struct ipc_ids *ids, int id)
695 return out; 695 return out;
696} 696}
697 697
698int ipc_buildid(struct ipc_ids* ids, int id, int seq)
699{
700 return SEQ_MULTIPLIER*seq + id;
701}
702
703#ifdef __ARCH_WANT_IPC_PARSE_VERSION 698#ifdef __ARCH_WANT_IPC_PARSE_VERSION
704 699
705 700