about summary refs log tree commit diff stats
path: root/cpp
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-02-17 17:15:59 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-02-17 17:15:59 -0800
commit6f31bbbad07d1e542da953bcf026696f027c562a (patch)
treee2b2e85eff33f996fe35a43e174bd82a2429d5ba /cpp
parentdcf7436e67dd8b84341d1748bae0ac0dd4f8043e (diff)
downloadmu-6f31bbbad07d1e542da953bcf026696f027c562a.tar.gz
777
Diffstat (limited to 'cpp')
-rw-r--r--cpp/002main.cc1
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;