Skip to content

Commit

Permalink
ipc: Remove unused declaration of recompute_msgmni
Browse files Browse the repository at this point in the history
The function recompute_msgmni was removed a while ago
but it is still declared in a header file remove it.

Signed-off-by: "Eric W. Biederman" <[email protected]>
  • Loading branch information
ebiederm committed Apr 18, 2017
1 parent 01a2197 commit 2bcb988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipc/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ extern struct msg_msg *load_msg(const void __user *src, size_t len);
extern struct msg_msg *copy_msg(struct msg_msg *src, struct msg_msg *dst);
extern int store_msg(void __user *dest, struct msg_msg *msg, size_t len);

extern void recompute_msgmni(struct ipc_namespace *);

static inline int ipc_buildid(int id, int seq)
{
return SEQ_MULTIPLIER * seq + id;
Expand Down

0 comments on commit 2bcb988

Please sign in to comment.