Remove unused parse error code

This commit is contained in:
Johannes Altmanninger 2023-02-07 23:44:18 +01:00
parent 4639f7ec40
commit 8fd1db06ed

View file

@ -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