]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/arrays.hpp
Moved PRIMITIVE and PRIMITIVE_FORWARDs to primitives.[ch]pp
[factor.git] / vm / arrays.hpp
index 82113fe5dd59b2988c8a1576323f7bf122c19c29..96d6dc137a277974d27771956ae6c20c996189a3 100755 (executable)
@@ -10,7 +10,4 @@ inline cell array_nth(array *array, cell slot)
        return array->data()[slot];
 }
 
-PRIMITIVE(array);
-PRIMITIVE(resize_array);
-
 }