diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-14 18:44:46 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-08-05 12:26:51 +0100 |
commit | 0c4a2087c6ae734405649793327f371771f990db (patch) | |
tree | bef7c31aea4c86500d135142649538d7117ad49d /bus/main.c | |
parent | 565ae9dea907d2f8677f556bd29a0c3a52f9decc (diff) | |
download | dbus-0c4a2087c6ae734405649793327f371771f990db.tar.gz |
Remove various never-used variables
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
Diffstat (limited to 'bus/main.c')
-rw-r--r-- | bus/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -288,7 +288,6 @@ main (int argc, char **argv) int i; dbus_bool_t print_address; dbus_bool_t print_pid; - dbus_bool_t is_session_bus; int force_fork; dbus_bool_t systemd_activation; @@ -306,7 +305,6 @@ main (int argc, char **argv) print_address = FALSE; print_pid = FALSE; - is_session_bus = FALSE; force_fork = FORK_FOLLOW_CONFIG_FILE; systemd_activation = FALSE; |