From e5011fbcdf3237da3483dcd59c4904fe06c88233 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sun, 26 Jun 2016 17:38:19 -0700 Subject: fix fish_key_reader.cpp so it builds on linux --- src/fish_key_reader.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fish_key_reader.cpp b/src/fish_key_reader.cpp index 571e6e54..0051ebb4 100644 --- a/src/fish_key_reader.cpp +++ b/src/fish_key_reader.cpp @@ -188,10 +188,6 @@ static void install_our_signal_handlers() { debug(2, L"signal #%d (%ls) handler had flags 0x%X", signo, sig2wcs(signo), 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); - } } } } -- cgit v1.2.3