mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 06:10:16 +01:00
dbus/dbus-server-socket.c: remove unused variable if disabling assertions
This commit is contained in:
parent
2349aa6d71
commit
cc321d4ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue