about summary refs log tree commit diff stats
path: root/cpp/tangle/boot.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-03 20:26:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-03 20:26:39 -0700
commitead0f458a702ea52b09b5616dd3d3559d7ce82d3 (patch)
treea939f3e88ab79b6436385e50c82db67aaffeb0af /cpp/tangle/boot.cc
parenta8007cc4839609a293908423ea37e6fc3a52d1c8 (diff)
downloadmu-ead0f458a702ea52b09b5616dd3d3559d7ce82d3.tar.gz
1012
Diffstat (limited to 'cpp/tangle/boot.cc')
-rw-r--r--cpp/tangle/boot.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/tangle/boot.cc b/cpp/tangle/boot.cc
index 89f943a8..136d3382 100644
--- a/cpp/tangle/boot.cc
+++ b/cpp/tangle/boot.cc
@@ -1,7 +1,3 @@
-// C++ style:
-//  no pointers except cell*
-//  use long as the default integer type; it's always large enough to hold pointers
-
 #define unused __attribute__((unused))
 
 #include<cstdio>
@@ -48,16 +44,10 @@ using std::ofstream;
 
 
 
-// interpreter decls
-
 #include "type_list"
 
 #include "function_list"
 
-// interpreter impl
-
 #include "file_list"
 
-// interpreter tests
-
 #include "test_file_list"