From a669995769d57ed9aaf50505457fd91c9e9e99ae Mon Sep 17 00:00:00 2001 From: Pavel Kraynyukhov Date: Wed, 2 May 2018 15:11:44 +0600 Subject: [PATCH] removed commented line --- include/ApplicationContext.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ApplicationContext.h b/include/ApplicationContext.h index e638bcc..c496cbc 100644 --- a/include/ApplicationContext.h +++ b/include/ApplicationContext.h @@ -372,7 +372,6 @@ namespace LAppS luaopen_wssend(mLState); lua_setfield(mLState,LUA_GLOBALSINDEX,"ws"); - // itc::Singleton>::getInstance()->getWorkers(workersCache); if(require(mName)) {