mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 03:28:11 +02:00
sysdeps-unix: remove some redundant assignments
This commit is contained in:
parent
d837d937c5
commit
0614a49274
1 changed files with 0 additions and 4 deletions
|
|
@ -826,8 +826,6 @@ _dbus_connect_unix_socket (const char *path,
|
|||
path, _dbus_strerror (errno));
|
||||
|
||||
_dbus_close (fd, NULL);
|
||||
fd = -1;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
@ -836,8 +834,6 @@ _dbus_connect_unix_socket (const char *path,
|
|||
_DBUS_ASSERT_ERROR_IS_SET (error);
|
||||
|
||||
_dbus_close (fd, NULL);
|
||||
fd = -1;
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue