about summary refs log tree commit diff stats
path: root/cpp/tangle/boot.cc
diff options
context:
space:
mode:
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"