]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Remove unused dp_dump_line()
authorThomas Graf <tgr@lsx.localdomain>
Mon, 26 May 2008 13:11:08 +0000 (15:11 +0200)
committerThomas Graf <tgr@lsx.localdomain>
Mon, 26 May 2008 13:11:08 +0000 (15:11 +0200)
include/netlink-local.h

index 79e7a5cc9f0cdde7a9bd888eeb25a4b3e8ceeab4..eba482742beb7bea852f010f9a82df80c6f5f720 100644 (file)
@@ -96,8 +96,6 @@ extern int __list_str2type(const char *, struct nl_list_head *);
 extern char *__flags2str(int, char *, size_t, struct trans_tbl *, size_t);
 extern int __str2flags(const char *, struct trans_tbl *, size_t);
 
-#define dp_dump_line(params, line, fmt, arg...)        nl_dump_line(params, fmt, ##arg)
-
 extern void dump_from_ops(struct nl_object *, struct nl_dump_params *);
 
 static inline struct nl_cache *dp_cache(struct nl_object *obj)