remove nl_cache_lookup() from cache.h

It is never defined.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Cong Wang 2014-01-29 15:45:03 -08:00 committed by Thomas Haller
parent 7dbf4d5903
commit b3b8d72416

View file

@ -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 */