]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.test: remove unused "word-vocabulary".
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 9 Mar 2021 23:01:59 +0000 (15:01 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 9 Mar 2021 23:01:59 +0000 (15:01 -0800)
extra/mason/test/test.factor

index a0ea0ab589264d5682b8e57a200f074a9c482af7..1112bbd2ff5094ec2f33b53d1a2e6f6e0eb52512 100644 (file)
@@ -46,12 +46,6 @@ IN: mason.test
     [ load-all-errors-file utf8 [ load-failures. ] with-file-writer ]
     bi ;
 
-GENERIC: word-vocabulary ( word -- vocabulary )
-
-M: word word-vocabulary vocabulary>> ;
-
-M: method word-vocabulary "method-generic" word-prop word-vocabulary ;
-
 :: do-step ( errors summary-file details-file -- )
     errors
     [ error-type +linkage-error+ eq? ] reject