summaryrefslogtreecommitdiff
path: root/server/src/core/global.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/core/global.lua')
-rw-r--r--server/src/core/global.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/src/core/global.lua b/server/src/core/global.lua
index 007f0fd9..5e466fc8 100644
--- a/server/src/core/global.lua
+++ b/server/src/core/global.lua
@@ -1,12 +1,6 @@
local mt = {}
mt.__index = mt
-function mt:compileVM(uri)
- if not self.set[uri] and not self.get[uri] then
- return
- end
-end
-
function mt:markSet(uri)
if not uri then
return