remove unused code.

This commit is contained in:
Jeff Hutchinson 2021-04-20 19:55:35 -04:00
parent bb12638ea5
commit f056e181b7
3 changed files with 0 additions and 34 deletions

View file

@ -169,10 +169,6 @@ struct StringStack
/// and returning true if they matched, false if they didn't.
U32 compare();
void pushFrame();
void popFrame();
void clearFrames();
};