1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 17:20:29 +02:00

boot-9 comment cleanup

* module/ice-9/boot-9.scm: Remove needless comment.
This commit is contained in:
Andy Wingo 2010-05-21 23:44:15 +02:00
parent 7df2621d72
commit 25f4cd87c2

View file

@ -3905,12 +3905,6 @@ module '(ice-9 q) '(make-q q-length))}."
;;; Place the user in the guile-user module. ;;; 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: ;; FIXME:
(module-use! the-scm-module (resolve-interface '(srfi srfi-4))) (module-use! the-scm-module (resolve-interface '(srfi srfi-4)))