about summary refs log tree commit diff stats
path: root/058to_text.cc
diff options
context:
space:
mode:
Diffstat (limited to '058to_text.cc')
-rw-r--r--058to_text.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/058to_text.cc b/058to_text.cc
index 924846df..becc3842 100644
--- a/058to_text.cc
+++ b/058to_text.cc
@@ -2,9 +2,6 @@
 //: Later layers will allow us to override this to do something smarter for
 //: specific types.
 
-:(before "End Mu Types Initialization")
-put(Type_abbreviations, "text", new_type_tree("address:array:character"));
-
 :(before "End Primitive Recipe Declarations")
 TO_TEXT,
 :(before "End Primitive Recipe Numbers")