From 833a1d1716419d914bc9b257c81d19955f7f5f71 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 24 Dec 2015 15:58:50 +0100 Subject: [PATCH] remove unused method --- cubescript.hh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cubescript.hh b/cubescript.hh index 593f1269..1765dde7 100644 --- a/cubescript.hh +++ b/cubescript.hh @@ -177,10 +177,6 @@ struct TaggedValue: IdentValue { ostd::ConstCharRange force_str(); void force(int type); - ostd::Uint32 *get_mcode() const { - return (ostd::Uint32 *)code; - } - void cleanup(); private: