mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 02:52:46 +08:00
Remove R_SENTINAL
It was unused and misspelled.
This commit is contained in:
parent
e3a2eadb49
commit
9ce3ac5b93
|
@ -73,10 +73,7 @@ enum {
|
|||
R_AND,
|
||||
R_CANCEL,
|
||||
R_TIMEOUT, // we didn't get interactive input within wait_on_escape_ms
|
||||
R_MAX = R_CANCEL,
|
||||
// This is a special psuedo-char that is not used other than to mark the end of the the special
|
||||
// characters so we can sanity check the enum range.
|
||||
R_SENTINAL
|
||||
R_MAX = R_CANCEL
|
||||
};
|
||||
|
||||
/// Init the library.
|
||||
|
|
Loading…
Reference in New Issue
Block a user