summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-04 17:20:36 +0200
committerJo-Philipp Wich <jow@openwrt.org>2013-06-04 17:20:36 +0200
commitbf838aaa2ef27f36eadcaa40133fd385fc9e58ef (patch)
treeef83e0a67b59b786f6e1bacdbd7f3b6b01ae28e6 /main.c
parente5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd (diff)
downloadrpcd-bf838aaa2ef27f36eadcaa40133fd385fc9e58ef.tar.gz
Remove system namespace support again, the code has been merged into procd instead.
This reverts commit e5c9b0411d7ebc03a9edbdd3a7809f0e0bdb38dd.
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);