From b3b8d724164961b7ef4da81eddb5581491f2d025 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Wed, 29 Jan 2014 15:45:03 -0800 Subject: [PATCH] remove nl_cache_lookup() from cache.h It is never defined. Signed-off-by: Cong Wang Signed-off-by: Thomas Haller --- include/netlink/cache.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/netlink/cache.h b/include/netlink/cache.h index 08f97fa..d62f4b8 100644 --- a/include/netlink/cache.h +++ b/include/netlink/cache.h @@ -94,8 +94,6 @@ extern struct nl_object * nl_cache_search(struct nl_cache *, struct nl_object *); extern struct nl_object *nl_cache_find(struct nl_cache *, struct nl_object *); -extern struct nl_object * nl_cache_lookup(struct nl_cache *, - struct nl_object *); extern void nl_cache_mark_all(struct nl_cache *); /* Dumping */