about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rw-r--r--subx/011run.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/subx/011run.cc b/subx/011run.cc
index 319cbfb3..4c53d781 100644
--- a/subx/011run.cc
+++ b/subx/011run.cc
@@ -100,10 +100,6 @@ void run(const string& text_bytes) {
 :(before "End Types")
 struct program {
   vector<segment> segments;
-  // random ideas for other things we may eventually need
-  //map<name, address> globals;
-  //vector<recipe> recipes;
-  //map<string, type_info> types;
 };
 :(before "struct program")
 struct segment {