mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Remove unused parse error code
This commit is contained in:
parent
4639f7ec40
commit
8fd1db06ed
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue