diff options
author | Eric Andersen | 2006-03-03 18:37:39 +0000 |
---|---|---|
committer | Eric Andersen | 2006-03-03 18:37:39 +0000 |
commit | cbd1c857440347df90810fe93569db959096b9c5 (patch) | |
tree | 916d39cb3c7028f4320a56723bc08862520b36a3 /networking/libiproute/rt_names.h | |
parent | c05dda4b2dfe8893c751c39469ef14d690c354ac (diff) | |
download | busybox-cbd1c857440347df90810fe93569db959096b9c5.zip busybox-cbd1c857440347df90810fe93569db959096b9c5.tar.gz |
Kill off some unused code that was wasting several k, as noticed by
Denis Vlasenko when building with -ffunction-sections -fdata-sections
Diffstat (limited to 'networking/libiproute/rt_names.h')
-rw-r--r-- | networking/libiproute/rt_names.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/libiproute/rt_names.h b/networking/libiproute/rt_names.h index ed090a1..deb5aa6 100644 --- a/networking/libiproute/rt_names.h +++ b/networking/libiproute/rt_names.h @@ -5,12 +5,9 @@ extern const char* rtnl_rtprot_n2a(int id, char *buf, int len); extern const char* rtnl_rtscope_n2a(int id, char *buf, int len); -extern const char* rtnl_rttable_n2a(int id, char *buf, int len); -extern const char* rtnl_rtrealm_n2a(int id, char *buf, int len); extern const char* rtnl_dsfield_n2a(int id, char *buf, int len); extern int rtnl_rtprot_a2n(uint32_t *id, char *arg); extern int rtnl_rtscope_a2n(uint32_t *id, char *arg); -extern int rtnl_rttable_a2n(uint32_t *id, char *arg); extern int rtnl_rtrealm_a2n(uint32_t *id, char *arg); extern int rtnl_dsfield_a2n(uint32_t *id, char *arg); |