about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
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++;