mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
Remove unused parse error code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user