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:
parent
7dbf4d5903
commit
b3b8d72416
1 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue