summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.localdomain>2008-05-26 15:11:08 +0200
committerThomas Graf <tgr@lsx.localdomain>2008-05-26 15:11:08 +0200
commitd39f1714f4b025eb89e7f21147e59dc3b1a49566 (patch)
treea02268d83dc4895331874875a56cdeacff95b0d0 /include
parentb145f63312d887ef08ff5372516d52096e182917 (diff)
downloadandroid_external_libnl-d39f1714f4b025eb89e7f21147e59dc3b1a49566.tar.gz
android_external_libnl-d39f1714f4b025eb89e7f21147e59dc3b1a49566.tar.bz2
android_external_libnl-d39f1714f4b025eb89e7f21147e59dc3b1a49566.zip
Remove unused dp_dump_line()
Diffstat (limited to 'include')
-rw-r--r--include/netlink-local.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/netlink-local.h b/include/netlink-local.h
index 79e7a5c..eba4827 100644
--- a/include/netlink-local.h
+++ b/include/netlink-local.h
@@ -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)