aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 5c427ee..fa00ccc 100644
--- a/parser.h
+++ b/parser.h
@@ -34,8 +34,6 @@ class Tokenizor {
*/
class ASTGenerator {
private:
- static EvalObj* to_float(const string &);
- static EvalObj* to_int(const string &);
/** Convert the string to an internal object */
static EvalObj* to_obj(const string &);
public: