summaryrefslogtreecommitdiff
path: root/matrix-bin/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-bin/src/main.rs')
-rw-r--r--matrix-bin/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/matrix-bin/src/main.rs b/matrix-bin/src/main.rs
index 7e3c3c6..3ae8135 100644
--- a/matrix-bin/src/main.rs
+++ b/matrix-bin/src/main.rs
@@ -54,7 +54,6 @@ impl<'a> State<'a> {
let compiler = CompilerBuilder::new()
.repl(repl)
.debug(args.debug)
- .globals(vm.globals())
.build();
(Self { parser, vm, compiler, repl }, file)