mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 01:50:29 +01:00
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>
This commit is contained in:
parent
03ab0104ab
commit
2ccbfb82dc
1 changed files with 0 additions and 8 deletions
|
|
@ -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[])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue