mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 17:36:31 +08:00
Remove unused COMMAND_NOT_BUILTIN enum
This was an enum whose values were never used; we can just remove it.
This commit is contained in:
parent
0aec597a36
commit
0f0995cad0
|
@ -31,8 +31,6 @@ struct builtin_data_t {
|
|||
/// The default prompt for the read command.
|
||||
#define DEFAULT_READ_PROMPT L"set_color green; echo -n read; set_color normal; echo -n \"> \""
|
||||
|
||||
enum { COMMAND_NOT_BUILTIN, BUILTIN_REGULAR, BUILTIN_FUNCTION };
|
||||
|
||||
/// Error message on missing argument.
|
||||
#define BUILTIN_ERR_MISSING _(L"%ls: Expected argument for option %ls\n")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user