From: Simon McVittie Date: Thu, 14 Jul 2011 17:42:42 +0000 (+0100) Subject: dbus-monitor: remove unused SIGINT handler X-Git-Tag: dbus-1.5.8~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ccbfb82dcc64cfdb39f52556be8c3402aa9323a;p=thirdparty%2Fdbus.git dbus-monitor: remove unused SIGINT handler Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231 Reviewed-by: Will Thompson --- diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index e187ee4d0..a4b547820 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[]) {