remove code that dealt with delegates

db4
Doug Coleman 2008-09-03 12:33:00 -05:00
parent c5979caf75
commit 64be3e3f81
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;