Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Lua] Removed remains from older codebase
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 20 Jan 2016 17:16:57 +0000 (18:16 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 20 Jan 2016 18:35:58 +0000 (19:35 +0100)
src/bindings/lua/simgrid_lua.c
src/xbt/log.c

index 93e998d..b27a206 100644 (file)
@@ -115,8 +115,6 @@ static const luaL_Reg simgrid_functions[] = {
 /*                           module management functions                             */
 /* ********************************************************************************* */
 
-#define LUA_MAX_ARGS_COUNT 10   /* maximum amount of arguments we can get from lua on command line */
-
 /**
  * \brief Opens the simgrid Lua module.
  *
@@ -125,7 +123,6 @@ static const luaL_Reg simgrid_functions[] = {
  *
  * \param L the Lua state
  */
-
 int luaopen_simgrid(lua_State *L)
 {
   XBT_DEBUG("luaopen_simgrid *****");
index 9bf2106..1c7ed51 100644 (file)
@@ -598,7 +598,7 @@ static void xbt_log_connect_categories(void)
   XBT_LOG_CONNECT(lua);
   XBT_LOG_CONNECT(lua_host);
   XBT_LOG_CONNECT(lua_platf);
-  XBT_LOG_CONNECT(lua_utils);
+  XBT_LOG_CONNECT(lua_debug);
 #endif
 
   /* instr */