mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 12:52:29 +08:00
Remove unused err_buff variable from parser_t
This commit is contained in:
parent
ad6367018b
commit
12025e3050
3
parser.h
3
parser.h
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user