mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-25 03:30:07 +01:00
remove obviously-redundant code from list_concat_new
Origin: vendor, Maemo Bug: https://bugs.freedesktop.org/show_bug.cgi?id=33128 Bug-NB: NB#180486 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
0f67e86308
commit
69c0c06e35
1 changed files with 0 additions and 1 deletions
|
|
@ -618,7 +618,6 @@ list_concat_new (DBusList **a,
|
|||
|
||||
*result = NULL;
|
||||
|
||||
link = _dbus_list_get_first_link (a);
|
||||
for (link = _dbus_list_get_first_link (a); link; link = _dbus_list_get_next_link (a, link))
|
||||
{
|
||||
if (!_dbus_list_append (result, link->data))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue