~ chicken-core (chicken-5) 7274d9b7a24a9bbf995d47d2ec7773058902f2b6


commit 7274d9b7a24a9bbf995d47d2ec7773058902f2b6
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Sat Dec 10 20:50:36 2016 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Sat Dec 10 20:50:36 2016 +0100

    removed comments about possible future "genericity" of backend

diff --git a/batch-driver.scm b/batch-driver.scm
index bfc9543c..327d6166 100644
--- a/batch-driver.scm
+++ b/batch-driver.scm
@@ -24,9 +24,7 @@
 ; OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 ; POSSIBILITY OF SUCH DAMAGE.
 
-;; TODO: Rename batch-driver back to "driver" and turn it into a
-;; functor?  This may require the creation of an additional file.
-;; Same goes for "backend" and "platform".
+
 (declare
   (unit batch-driver)
   (uses extras data-structures pathname
diff --git a/c-backend.scm b/c-backend.scm
index 9b09312e..b746d97a 100644
--- a/c-backend.scm
+++ b/c-backend.scm
@@ -25,9 +25,6 @@
 ; POSSIBILITY OF SUCH DAMAGE.
 
 
-;; TODO: Rename c-backend back to "backend" and turn it into a
-;; functor?  This may require the creation of an additional file.
-;; Same goes for "platform" and "driver".
 (declare
   (unit c-backend)
   (uses data-structures extras c-platform compiler internal support))
diff --git a/c-platform.scm b/c-platform.scm
index aba4916f..f77c046d 100644
--- a/c-platform.scm
+++ b/c-platform.scm
@@ -25,9 +25,6 @@
 ; POSSIBILITY OF SUCH DAMAGE.
 
 
-;; TODO: Rename c-platform back to "platform" and turn it into a
-;; functor?  This may require the creation of an additional file.
-;; Same goes for "backend" and "driver".
 (declare
   (unit c-platform)
   (uses data-structures
diff --git a/chicken.scm b/chicken.scm
index a391361a..753c36a6 100644
--- a/chicken.scm
+++ b/chicken.scm
@@ -30,7 +30,6 @@
 	srfi-4 extras data-structures
 	lolevel ; unused, but loaded to make foldable bindings available
 	support compiler optimizer lfa2 compiler-syntax scrutinizer
-	;; TODO: Backend should be configurable
 	batch-driver c-platform c-backend user-pass))
 
 (module chicken.compiler.chicken ()
Trap