summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Leblond <eric@inl.fr>2008-12-22 23:02:42 +0100
committerEric Leblond <eric@inl.fr>2008-12-23 08:51:40 +0100
commit3be8c8cc46188511ccb1128a689b3e9c9322beac (patch)
tree5e87cfded59fd506f886b77aa6abd865c0e75f7a /src
parent45a62646b54910244b91ebae62abf3b813d211d0 (diff)
Suppress iftable_up function which is not used.
Following compilation warning pointed out by Jan Engelhardt, this patch suppresses the iftable_up function which is of no use in this part of libnfnetlink library whom goal is to do ifindex to name resolution.
Diffstat (limited to 'src')
-rw-r--r--src/iftable.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/iftable.c b/src/iftable.c
index b6a8e72..7cca66f 100644
--- a/src/iftable.c
+++ b/src/iftable.c
@@ -172,23 +172,6 @@ int nlif_index2name(struct nlif_handle *h,
return -1;
}
-static int iftable_up(struct nlif_handle *h, unsigned int index)
-{
- unsigned int hash;
- struct ifindex_node *this;
-
- hash = index & 0xF;
- list_for_each_entry(this, &h->ifindex_hash[hash], head) {
- if (this->index == index) {
- if (this->flags & IFF_UP)
- return 1;
- else
- return 0;
- }
- }
- return -1;
-}
-
/** Initialize interface table
*
* Initialize rtnl interface and interface table