summaryrefslogtreecommitdiff
path: root/tools/dbus-monitor.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-14 18:42:42 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-08-05 12:26:29 +0100
commit2ccbfb82dcc64cfdb39f52556be8c3402aa9323a (patch)
treef3354064f411cb45417a6967ce64f6d0c419c3dc /tools/dbus-monitor.c
parent03ab0104abd18f1d137eac9a02a18fafeacd736c (diff)
downloaddbus-2ccbfb82dcc64cfdb39f52556be8c3402aa9323a.tar.gz
dbus-monitor: remove unused SIGINT handler
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'tools/dbus-monitor.c')
-rw-r--r--tools/dbus-monitor.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c
index e187ee4d..a4b54782 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[])
{