]> gitweb.factorcode.org Git - factor.git/commitdiff
remove code that dealt with delegates
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 17:33:00 +0000 (12:33 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 17:33:00 +0000 (12:33 -0500)
extra/inverse/inverse.factor

index 1e71abf76d9d3cd8deb1ee8d28e7d92c44de2ef9..c7925b94bed4b86a57e5c8724294bbbd9eee72e1 100755 (executable)
@@ -207,7 +207,7 @@ DEFER: _
     "predicate" word-prop [ dupd call assure ] curry ;
 
 : slot-readers ( class -- quot )
-    all-slots rest ! tail gets rid of delegate
+    all-slots
     [ name>> reader-word 1quotation [ keep ] curry ] map concat
     [ ] like [ drop ] compose ;