diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-08 18:40:09 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-08 18:40:09 +0200 |
commit | 9f8c266ba9a7232710b492974750cdbf0edf0bfe (patch) | |
tree | e1ce5db1921cb6de5619a42a7a757b8f12e84ded | |
parent | 725e6bbbe403a950c0ddcd23cb521ffefa705c7d (diff) | |
download | unitd-9f8c266ba9a7232710b492974750cdbf0edf0bfe.tar unitd-9f8c266ba9a7232710b492974750cdbf0edf0bfe.zip |
remove superflous define
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | system.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |