dbus/dbus-server-socket.c: remove unused variable if disabling assertions

This commit is contained in:
Simon McVittie 2007-10-10 13:34:56 +01:00
parent 2349aa6d71
commit cc321d4ab3

View 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