Remove unused err_buff variable from parser_t

This commit is contained in:
ridiculousfish 2014-03-22 01:04:49 -07:00
parent ad6367018b
commit 12025e3050

View File

@ -250,9 +250,6 @@ private:
/** Stack of execution contexts. We own these pointers and must delete them */
std::vector<parse_execution_context_t *> execution_contexts;
/** Description of last error */
wcstring err_buff;
/** List of called functions, used to help prevent infinite recursion */
wcstring_list_t forbidden_function;