remove unused method

master
Daniel Kolesa 2015-12-24 15:58:50 +01:00
parent 22f9373fe7
commit 833a1d1716
1 changed files with 0 additions and 4 deletions

View File

@ -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: