about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-03-19 21:32:08 +0100
committerDominik Maier <domenukk@gmail.com>2020-03-19 21:32:08 +0100
commitb22e890ec243c31fedc06ff3a68f62ca2b8c0ab6 (patch)
treeb587b8cf277c65dbea0f995049abcfa1fb4750c4 /src/afl-showmap.c
parentb6fa63abdfb62fba1a00d9b5401ee69cf1bced1a (diff)
downloadafl++-b22e890ec243c31fedc06ff3a68f62ca2b8c0ab6.tar.gz
fixed resize; removed more statics
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 712b50bd..caacefe4 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -578,11 +578,6 @@ static void setup_signal_handlers(void) {
   sigaction(SIGINT, &sa, NULL);
   sigaction(SIGTERM, &sa, NULL);
 
-  /* Exec timeout notifications. */
-
-  sa.sa_handler = handle_timeout;
-  sigaction(SIGALRM, &sa, NULL);
-
 }
 
 /* Show banner. */