elua: no need for luaL_openlibs, the lib does that
authorDaniel Kolesa <d.kolesa@samsung.com>
Wed, 8 Apr 2015 15:30:44 +0000 (16:30 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Wed, 6 May 2015 14:05:19 +0000 (15:05 +0100)
src/bin/elua/main.c

index 6aec596e790b7ecf0f802a61dc6d65f0d855cfff..4310b96cafb4e0e6051389797c91ef4ffa601043 100644 (file)
@@ -404,8 +404,6 @@ elua_main(lua_State *L)
 
    lua_gc(L, LUA_GCSTOP, 0);
 
-   luaL_openlibs(L);
-
    elua_prefix = eina_prefix_new(elua_progname, elua_main, "ELUA", "elua", "checkme",
                                  PACKAGE_BIN_DIR, "", PACKAGE_DATA_DIR,
                                  LOCALE_DIR);