diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-14 18:42:42 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-08-05 12:26:29 +0100 |
commit | 2ccbfb82dcc64cfdb39f52556be8c3402aa9323a (patch) | |
tree | f3354064f411cb45417a6967ce64f6d0c419c3dc /tools/dbus-monitor.c | |
parent | 03ab0104abd18f1d137eac9a02a18fafeacd736c (diff) | |
download | dbus-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.c | 8 |
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[]) { |