about summary refs log tree commit diff stats
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
parentdcf7436e67dd8b84341d1748bae0ac0dd4f8043e (diff)
downloadmu-6f31bbbad07d1e542da953bcf026696f027c562a.tar.gz
777
-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;
;$' commands for debugging only' href='/akkartik/mu/commit/counters.mu?h=hlt&id=7d2c2d55e83325a5efb66af0a033b94583fca70e'>7d2c2d55 ^
d1c12218 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33