]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.shaker: strip out math.vectors specializations
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 8 Sep 2009 20:20:46 +0000 (15:20 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 8 Sep 2009 20:20:46 +0000 (15:20 -0500)
basis/tools/deploy/shaker/shaker.factor

index def8b9680945f9159e0ae9ec992472ea41070845..e46d702e1f045a854123d4643a1148ba64283dca 100755 (executable)
@@ -178,6 +178,7 @@ IN: tools.deploy.shaker
                 "slots"
                 "special"
                 "specializer"
+                "specializations"
                 "struct-slots"
                 ! UI needs this
                 ! "superclass"
@@ -351,8 +352,6 @@ IN: tools.deploy.shaker
 
             { } { "math.partial-dispatch" } strip-vocab-globals %
 
-            { } { "math.vectors.specialization" } strip-vocab-globals %
-
             { } { "peg" } strip-vocab-globals %
         ] when