simplify Variable::parse_args() by using Tokenizer class

This commit is contained in:
Axel Kohlmeyer
2021-03-23 16:47:04 -04:00
parent 16c08516a7
commit 014f9ad527
2 changed files with 5 additions and 29 deletions

View File

@ -125,7 +125,6 @@ class Variable : protected Pointers {
int is_constant(char *);
double constant(char *);
int parse_args(char *, char **);
char *find_next_comma(char *);
void print_var_error(const std::string &, int, const std::string &,
int, int global=1);
void print_tree(Tree *, int);