]> gitweb.factorcode.org Git - factor.git/commitdiff
bootstrap.image.primitives: remove unused set-extra-props
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 13 Jul 2023 21:02:16 +0000 (14:02 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 13 Jul 2023 21:02:16 +0000 (14:02 -0700)
basis/bootstrap/image/primitives/primitives.factor

index 4514ae67bbf193cce12ecddb9c9a9fccf99cf491..74023659ce8fd116a476e82b2ae4592ac4d3045f 100644 (file)
@@ -814,9 +814,6 @@ CONSTANT: all-primitives {
 : primitive-word ( name vocab -- word )
     create-word dup t "primitive" set-word-prop ;
 
-: set-extra-props ( word extra-props -- )
-    [ rot set-word-prop ] with assoc-each ;
-
 :: create-primitive ( vocab word effect vm-func inputs outputs extra-word -- )
     word vocab primitive-word :> word
     word vm-func primitive-quot :> quot