Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an unused lua file
[simgrid.git] / src / bindings / lua / factories / host.lua
diff --git a/src/bindings/lua/factories/host.lua b/src/bindings/lua/factories/host.lua
deleted file mode 100644 (file)
index 17c21b1..0000000
+++ /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
-