From: Martin Quinson Date: Fri, 19 Feb 2016 22:41:26 +0000 (+0100) Subject: remove an unused lua file X-Git-Tag: v3_13~781 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/201615197616f659cc2ed820ed1bf411a4ed40ba?hp=3327a95d24eebfcef37e3d3a316b5414acdb16a3 remove an unused lua file --- diff --git a/src/bindings/lua/factories/host.lua b/src/bindings/lua/factories/host.lua deleted file mode 100644 index 17c21b1d11..0000000000 --- a/src/bindings/lua/factories/host.lua +++ /dev/null @@ -1,9 +0,0 @@ - -hostFactory = function(host_args) - if type(host_args.power) ~= "number" then - error("OOPS") - end - return function(more_args) - end -end - diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index e48cf7904f..d49e39ffa9 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -520,7 +520,6 @@ list(APPEND JMSG_C_SRC ${JTRACE_C_SRC}) list(APPEND JMSG_JAVA_SRC ${JTRACE_JAVA_SRC}) set(LUA_SRC - src/bindings/lua/factories/host.lua src/bindings/lua/lua_host.cpp src/bindings/lua/lua_platf.cpp src/bindings/lua/lua_debug.cpp