From 2ccbfb82dcc64cfdb39f52556be8c3402aa9323a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 14 Jul 2011 18:42:42 +0100 Subject: [PATCH] dbus-monitor: remove unused SIGINT handler Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231 Reviewed-by: Will Thompson --- tools/dbus-monitor.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index e187ee4..a4b5478 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -239,14 +239,6 @@ only_one_type (dbus_bool_t *seen_bus_type, } } -static dbus_bool_t sigint_received = FALSE; - -static void -sigint_handler (int signum) -{ - sigint_received = TRUE; -} - int main (int argc, char *argv[]) { -- 2.7.4