summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpudetect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 9a6acf1db8..cc70304bb8 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -392,7 +392,6 @@ static void check_os_katmai_support( void )
#elif defined(__linux__)
#if defined(_POSIX_SOURCE)
struct sigaction saved_sigill;
- struct sigaction saved_sigfpe;
/* Save the original signal handlers.
*/