summaryrefslogtreecommitdiff
path: root/server/test/example
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/example')
-rw-r--r--server/test/example/vm.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/test/example/vm.lua b/server/test/example/vm.lua
index eb882710..f2f4144d 100644
--- a/server/test/example/vm.lua
+++ b/server/test/example/vm.lua
@@ -408,8 +408,6 @@ function mt:buildFunction(exp, object)
return func
end
- func.built = true
-
self:scopePush(exp)
self.chunk:push()
self.chunk:cut 'dots'