diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-17 17:15:59 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-17 17:15:59 -0800 |
commit | 6f31bbbad07d1e542da953bcf026696f027c562a (patch) | |
tree | e2b2e85eff33f996fe35a43e174bd82a2429d5ba | |
parent | dcf7436e67dd8b84341d1748bae0ac0dd4f8043e (diff) | |
download | mu-6f31bbbad07d1e542da953bcf026696f027c562a.tar.gz |
777
-rw-r--r-- | cpp/002main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/002main.cc b/cpp/002main.cc index 51359a82..c6b72104 100644 --- a/cpp/002main.cc +++ b/cpp/002main.cc @@ -102,7 +102,6 @@ struct type_info { type_info() :size(0) {} }; -typedef int type_number; unordered_map<string, type_number> Type_number; unordered_map<type_number, type_info> Type; int Next_type_number = 1; |