summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-07 09:15:42 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-07 09:16:05 +0200
commit3492219e211678c56b48d3f544cb0c0da9d606a0 (patch)
tree447a8b9febb0007bc7e7189af869fe9592a991db /main.c
parent35a4acbb989cabbbbf90e0f720149f2e95c727b5 (diff)
downloadnetifd-3492219e211678c56b48d3f544cb0c0da9d606a0.tar.gz
move some code to utils.[ch]
Diffstat (limited to 'main.c')
-rw-r--r--main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.c b/main.c
index 4f6a4f6..69aa5cd 100644
--- a/main.c
+++ b/main.c
@@ -6,11 +6,6 @@
#include "netifd.h"
#include "ubus.h"
-int avl_strcmp(const void *k1, const void *k2, void *ptr)
-{
- return strcmp(k1, k2);
-}
-
static int usage(const char *progname)
{
fprintf(stderr, "Usage: %s [options]\n"