From 99632bfbb6c4d400bc45a44aeb3df95997fd6974 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sun, 9 Oct 2016 09:35:57 +0800 Subject: [PATCH] rm gen_conf --- src/emqttd.app.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emqttd.app.src b/src/emqttd.app.src index 1a8dc1d15..ecee62ea0 100644 --- a/src/emqttd.app.src +++ b/src/emqttd.app.src @@ -5,8 +5,7 @@ {id, "emqttd"}, {modules, []}, {registered, []}, - {applications, [kernel, stdlib, gproc, esockd, mochiweb, - gen_logger, gen_conf]}, + {applications, [kernel, stdlib, gproc, esockd, mochiweb, gen_logger]}, {mod, {emqttd_app, []}}, {env, []} ]}.