From: Simon McVittie Date: Fri, 5 Aug 2011 12:22:46 +0000 (+0100) Subject: activation helper: remove unused variable when not being verbose X-Git-Tag: dbus-1.5.8~5^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d9a7a0f9762777fc72e02b2ab3406efda3b8e00;p=platform%2Fupstream%2Fdbus.git activation helper: remove unused variable when not being verbose --- diff --git a/bus/activation-helper.c b/bus/activation-helper.c index 7012227..ab9d601 100644 --- a/bus/activation-helper.c +++ b/bus/activation-helper.c @@ -144,10 +144,10 @@ out_all: static dbus_bool_t clear_environment (DBusError *error) { - const char *debug_env = NULL; const char *starter_env = NULL; - #ifdef DBUS_ENABLE_VERBOSE_MODE + const char *debug_env = NULL; + /* are we debugging */ debug_env = _dbus_getenv ("DBUS_VERBOSE"); #endif