]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
dbus/dbus-server-socket.c: remove unused variable if disabling assertions
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 10 Oct 2007 12:34:56 +0000 (13:34 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 11 Oct 2007 09:17:05 +0000 (10:17 +0100)
dbus/dbus-server-socket.c

index c8ae38a7563d4edbe30ffe018b56e135a756b3bd..0cd2bb6cd97463f931feafb5d172f6fef75384d0 100644 (file)
@@ -153,8 +153,8 @@ socket_handle_watch (DBusWatch    *watch,
                    void         *data)
 {
   DBusServer *server = data;
-  DBusServerSocket *socket_server = data;
 #ifndef DBUS_DISABLE_ASSERT
+  DBusServerSocket *socket_server = data;
   int i;
   dbus_bool_t found = FALSE;
 #endif