mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 06:11:39 +00:00
ExpressionParser: Remove RemoveInertTokens.
This commit is contained in:
parent
c94ec85460
commit
a618854413
3 changed files with 11 additions and 12 deletions
|
@ -195,6 +195,5 @@ private:
|
|||
|
||||
ParseResult ParseExpression(const std::string& expr);
|
||||
ParseResult ParseTokens(const std::vector<Token>& tokens);
|
||||
void RemoveInertTokens(std::vector<Token>* tokens);
|
||||
|
||||
} // namespace ciface::ExpressionParser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue