aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-lua.c
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-06-29 19:37:03 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-06-29 19:38:23 +0200
commit80be8372affe146a6f98e6e0738ead86674cde49 (patch)
tree483ba1da7afea3179cf6e406dec12d12184ea9da /ctl-lib/ctl-lua.c
parent169992d18a1d0de4e290f1d5ac2887113e6cac65 (diff)
WIP Began the doxygen documentation works.sandbox/claneys/docs
Change-Id: I19df4c738249bfdb3986e5420e606b6c7824acad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-lua.c')
-rw-r--r--ctl-lib/ctl-lua.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctl-lib/ctl-lua.c b/ctl-lib/ctl-lua.c
index 02487b5..59f13ff 100644
--- a/ctl-lib/ctl-lua.c
+++ b/ctl-lib/ctl-lua.c
@@ -1276,7 +1276,6 @@ int LuaConfigExec(AFB_ApiT apiHandle) {
int LuaConfigLoad(AFB_ApiT apiHandle) {
static int luaLoaded = 0;
int i;
- //int err = 0;
// Lua loads only once
if (luaLoaded) return 0;