summaryrefslogtreecommitdiffstats
path: root/system.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-08 18:40:09 +0200
committerJohn Crispin <blogic@openwrt.org>2013-07-08 18:40:09 +0200
commit9f8c266ba9a7232710b492974750cdbf0edf0bfe (patch)
treee1ce5db1921cb6de5619a42a7a757b8f12e84ded /system.c
parent725e6bbbe403a950c0ddcd23cb521ffefa705c7d (diff)
downloadunitd-9f8c266ba9a7232710b492974750cdbf0edf0bfe.tar
unitd-9f8c266ba9a7232710b492974750cdbf0edf0bfe.zip
remove superflous define
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'system.c')
-rw-r--r--system.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/system.c b/system.c
index c96cb63..7ca4360 100644
--- a/system.c
+++ b/system.c
@@ -27,8 +27,6 @@
#include "watchdog.h"
#include "hotplug.h"
-#define HOSTNAME_PATH "/proc/sys/kernel/hostname"
-
static struct blob_buf b;
static int system_board(struct ubus_context *ctx, struct ubus_object *obj,