diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-07-25 09:42:20 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-07-25 09:42:20 -0700 |
commit | dd92b23f539a3a1f19020ff60777aa3372a26e05 (patch) | |
tree | 564050f969ebf4567b47b6287521ce03290cee3f | |
parent | c8c2a66cd75b72ea9d06b37a3469885c58bf6d63 (diff) | |
download | mu-dd92b23f539a3a1f19020ff60777aa3372a26e05.tar.gz |
5470
-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 { |