Eliminate the parser_use_ast switch, which does nothing, and

exec_no_exec, which also does nothing in the new parser
This commit is contained in:
ridiculousfish
2014-04-14 11:12:40 -07:00
parent ec6dee8bd1
commit 7a75e7341b
3 changed files with 0 additions and 57 deletions

View File

@@ -433,8 +433,4 @@ class parser_t
void stack_trace(size_t block_idx, wcstring &buff) const;
};
/* Temporary */
bool parser_use_ast(void);
#endif