Remove incorrect comment.
authorJoe Marshall <jmarshall@alum.mit.edu>
Tue, 23 Feb 2010 16:52:01 +0000 (08:52 -0800)
committerJoe Marshall <jmarshall@alum.mit.edu>
Tue, 23 Feb 2010 16:52:01 +0000 (08:52 -0800)
src/sf/pardec.scm

index 6515ff4702d23c47566056799d3b512495b5317e..be338a14bebebe69bd5d54b645a8ff1a0fb4e79e 100644 (file)
@@ -430,7 +430,6 @@ USA.
 
 (define-declaration 'EXPAND-OPERATOR
   (lambda (block expanders)
-    block                              ;ignored
     (map (lambda (expander)
           (make-declaration 'EXPAND
                             (block/lookup-name block (car expander) #t)