From 594d68289afb13451ccc8814220e0ffa25e0a04b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 26 May 2015 23:00:31 -0400 Subject: [PATCH] Removed old comment --- parser.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/parser.scm b/parser.scm index 582429a5..ed8b1966 100644 --- a/parser.scm +++ b/parser.scm @@ -8,9 +8,6 @@ ;; when bootstrapping from a Scheme, keep in mind the code in this module ;; cannot use features that are not also provided by Cyclone. ;; -;; FUTURE: if this was a module/library, would probably only want to export -;; read and read-all -;; ;; Extended information for each input port (define *in-port-table* '())