mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-30 16:35:16 +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 */
|
/** Stack of execution contexts. We own these pointers and must delete them */
|
||||||
std::vector<parse_execution_context_t *> execution_contexts;
|
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 */
|
/** List of called functions, used to help prevent infinite recursion */
|
||||||
wcstring_list_t forbidden_function;
|
wcstring_list_t forbidden_function;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user