]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/code_heap.hpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / code_heap.hpp
index f68c80a2a1f31dc52cb00f7926610ca9845da598..1f2fbea34934026d13b25760c6b6ae8b8cb6ff66 100755 (executable)
@@ -4,7 +4,4 @@ namespace factor
 struct factor_vm;
 typedef void (*code_heap_iterator)(code_block *compiled, factor_vm *myvm);
 
-PRIMITIVE(modify_code_heap);
-PRIMITIVE(code_room);
-
 }