diff options
-rw-r--r-- | subx/011run.cc | 4 |
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 { |