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://review.tizen.org/git/?a=commitdiff_plain;h=2ccbfb82dcc64cfdb39f52556be8c3402aa9323a;p=platform%2Fupstream%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 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[]) {