]> gitweb.factorcode.org Git - factor.git/commitdiff
memory: no need to use memory.private.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 15 Apr 2016 03:06:27 +0000 (20:06 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 15 Apr 2016 03:06:27 +0000 (20:06 -0700)
core/memory/memory.factor

index 8b1f1a2c63ddb51e9252d37796db9e5eb11a8598..5c967bc11859640c7ce1d9ef17f42bacd7c5c19d 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2005, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.strings io.backend kernel memory.private sequences
-system ;
+USING: alien.strings io.backend kernel sequences system ;
 IN: memory
 
 PRIMITIVE: all-instances ( -- array )