Remove the last of the signal blocking and checks

fish's signal handlers are now sufficiently innocuous that there should
be no reason to block signals (outside of temporarily, when creating a
thread and we need to manipulate the signal mask).
This commit is contained in:
ridiculousfish
2019-02-23 14:07:17 -08:00
parent ec65ba3427
commit 130f2266d0
7 changed files with 0 additions and 74 deletions

View File

@@ -483,8 +483,6 @@ static wchar_t input_read_characters_only() {
}
wint_t input_readch(bool allow_commands) {
CHECK_BLOCK(R_NULL);
// Clear the interrupted flag.
reader_reset_interrupted();
// Search for sequence in mapping tables.