about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-26 21:06:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-26 21:06:14 -0700
commitf608504a44b9b47682f336f5b6357b8993d9bb0d (patch)
treef234e41131b77ad4cb4cfb273c8f44658503f152 /cpp/010vm
parentd265f2bd75bb193573931418288bbd031baa8705 (diff)
downloadmu-f608504a44b9b47682f336f5b6357b8993d9bb0d.tar.gz
982
Diffstat (limited to 'cpp/010vm')
-rw-r--r--cpp/010vm1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/010vm b/cpp/010vm
index f1ab32b0..c54e5441 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -78,7 +78,6 @@ int Next_type_number = 1;
 void setup_types() {
   Type.clear();  Type_number.clear();
   Type_number["literal"] = 0;
-  Type_number["offset"] = 0;
   Next_type_number = 1;
   // Mu Types Initialization.
   int integer = Type_number["integer"] = Next_type_number++;