From bf838aaa2ef27f36eadcaa40133fd385fc9e58ef Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 4 Jun 2013 17:20:36 +0200 Subject: Remove system namespace support again, the code has been merged into procd instead. This reverts commit e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd. --- main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.c') 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); -- cgit v1.2.1