fix fish_key_reader.cpp so it builds on linux

This commit is contained in:
Kurtis Rader 2016-06-26 17:38:19 -07:00
parent 0f5bfeead2
commit e5011fbcdf

View File

@ -188,10 +188,6 @@ static void install_our_signal_handlers() {
debug(2, L"signal #%d (%ls) handler had flags 0x%X", signo, sig2wcs(signo), debug(2, L"signal #%d (%ls) handler had flags 0x%X", signo, sig2wcs(signo),
old_sa.sa_flags); old_sa.sa_flags);
} }
if (old_sa.sa_mask != new_sa.sa_mask) {
debug(2, L"signal #%d (%ls) handler had mask 0x%X", signo, sig2wcs(signo),
old_sa.sa_mask);
}
} }
} }
} }