[LEDE-DEV] [PATCH 3/3] ubox: Remove unused debug variable.
Rosen Penev
rosenp at gmail.com
Mon Oct 30 12:05:32 PDT 2017
Reduced compiled size from 43912 to 43840.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
log/logd.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/log/logd.c b/log/logd.c
index 9b481cd..e90f12f 100644
--- a/log/logd.c
+++ b/log/logd.c
@@ -26,7 +26,6 @@
#include "syslog.h"
-int debug = 0;
static struct blob_buf b;
static struct ubus_auto_conn conn;
static LIST_HEAD(clients);
--
2.13.6
More information about the Lede-dev
mailing list