diff options
Diffstat (limited to 'server/src/core')
-rw-r--r-- | server/src/core/global.lua | 6 |
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 |