mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 23:58:45 +08:00
Remove unused parse error code
This commit is contained in:
parent
4639f7ec40
commit
8fd1db06ed
|
@ -136,7 +136,6 @@ enum parse_error_code_t : uint8_t {
|
|||
|
||||
// Matching values from enum parser_error.
|
||||
parse_error_syntax,
|
||||
parse_error_eval,
|
||||
parse_error_cmdsubst,
|
||||
|
||||
parse_error_generic, // unclassified error types
|
||||
|
|
Loading…
Reference in New Issue
Block a user