boot-9 comment cleanup
authorAndy Wingo <wingo@pobox.com>
Fri, 21 May 2010 21:44:15 +0000 (23:44 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 21 May 2010 21:44:15 +0000 (23:44 +0200)
* module/ice-9/boot-9.scm: Remove needless comment.

module/ice-9/boot-9.scm

index 46ab339..5e6c441 100644 (file)
@@ -3905,12 +3905,6 @@ module '(ice-9 q) '(make-q q-length))}."
 ;;; Place the user in the guile-user module.
 ;;;
 
-;;; FIXME: annotate ?
-;; (define (syncase exp)
-;;   (with-fluids ((expansion-eval-closure
-;;               (module-eval-closure (current-module))))
-;;     (deannotate/source-properties (macroexpand (annotate exp)))))
-
 ;; FIXME:
 (module-use! the-scm-module (resolve-interface '(srfi srfi-4)))