diff --git a/vm/primitives.hpp b/vm/primitives.hpp index 5eefc19e01..8e6c3b8f51 100644 --- a/vm/primitives.hpp +++ b/vm/primitives.hpp @@ -13,7 +13,6 @@ namespace factor extern const primitive_type primitives[]; #define PRIMITIVE_OVERFLOW_GETVM() vm - #define VM_PTR vm #define ASSERTVM() }