From 59b6a42aac60a8be4b637a6a1cffa2bf371e7302 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 18 Nov 2015 13:50:37 -0800 Subject: 2459 --- 043new.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to '043new.cc') diff --git a/043new.cc b/043new.cc index dd0fac14..c3f48bce 100644 --- a/043new.cc +++ b/043new.cc @@ -424,16 +424,6 @@ long long int unicode_length(const string& s) { return result; } -bool is_mu_string(const reagent& x) { - return x.type - && x.type->value == get(Type_ordinal, "address") - && x.type->right - && x.type->right->value == get(Type_ordinal, "array") - && x.type->right->right - && x.type->right->right->value == get(Type_ordinal, "character") - && x.type->right->right->right == NULL; -} - string read_mu_string(long long int address) { long long int size = get_or_insert(Memory, address); if (size == 0) return ""; -- cgit 1.4.1-2-gfad0