]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/factor.cpp
io.streams.256color: faster by caching styles
[factor.git] / vm / factor.cpp
index 2acf7596607998d92d4dd52818451b9a6d9b5784..4d364384c87a844c3c2400e60d0015eebb3090d5 100644 (file)
@@ -2,8 +2,6 @@
 
 namespace factor {
 
-void init_globals() { init_mvm(); }
-
 // Compile code in boot image so that we can execute the startup quotation
 // Allocates memory
 void factor_vm::prepare_boot_image() {