From 86740e1d6b6989e69783b020ee4bda99db9dfb8a Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 13 Apr 2024 15:45:59 -0700 Subject: [PATCH] Remove old export code --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index f53449b..5120cb3 100644 --- a/src/main.c +++ b/src/main.c @@ -220,7 +220,6 @@ err(1, "failed to setup signal %s", #sig);\ void setup_signals() { SIGNAL_SETUP_CHECKED(SIGTERM, exit_signal_callback); SIGNAL_SETUP_CHECKED(SIGINT, exit_signal_callback); - SIGNAL_SETUP_CHECKED(SIGUSR1, SIG_IGN); // used to kill export operations } static const char *CREATE_DB_TABLE_QUERY =