From 80be8372affe146a6f98e6e0738ead86674cde49 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 29 Jun 2018 19:37:03 +0200 Subject: WIP Began the doxygen documentation works. Change-Id: I19df4c738249bfdb3986e5420e606b6c7824acad Signed-off-by: Romain Forlot --- ctl-lib/ctl-lua.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ctl-lib/ctl-lua.c') 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; -- cgit 1.2.3-korg