Skip to content

Commit

Permalink
[SCTP]: Kill unused static inline sctp_sysctl_jiffies_ms
Browse files Browse the repository at this point in the history
After the patch:
$ git-grep sctp_sysctl_jiffies_ms | wc -l
0

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Feb 29, 2008
1 parent 95a3635 commit a90bcbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/net/sctp/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,6 @@ void sctp_sysctl_unregister(void);
#else
static inline void sctp_sysctl_register(void) { return; }
static inline void sctp_sysctl_unregister(void) { return; }
static inline int sctp_sysctl_jiffies_ms(ctl_table *table, int __user *name, int nlen,
void __user *oldval, size_t __user *oldlenp,
void __user *newval, size_t newlen) {
return -ENOSYS;
}
#endif

/* Size of Supported Address Parameter for 'x' address types. */
Expand Down

0 comments on commit a90bcbd

Please sign in to comment.