diff options
-rw-r--r-- | varparser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/varparser.h b/varparser.h index 390c9fb..c43106e 100644 --- a/varparser.h +++ b/varparser.h @@ -61,7 +61,6 @@ class cVarParser bool ParseCondExp(const string& input); bool ParseEquality(const string& input); bool ParseVar(const string& input); - string Strip(const string& input); }; #endif |