summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 71f5863..ac5b8f8 100644
--- a/main.c
+++ b/main.c
@@ -27,7 +27,6 @@
#include "file.h"
#include "uci.h"
#include "iwinfo.h"
-#include "system.h"
static struct ubus_context *ctx;
@@ -65,7 +64,6 @@ int main(int argc, char **argv)
rpc_file_api_init(ctx);
rpc_uci_api_init(ctx);
rpc_iwinfo_api_init(ctx);
- rpc_system_api_init(ctx);
uloop_run();
ubus_free(ctx);