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: