diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-17 12:04:09 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-01-17 12:04:09 +0000 |
commit | 69c0c06e356f01bc34ddc42e2ee889fd9ea4a0ea (patch) | |
tree | 6b89f347ed98f2fb9466bdc5ec1a61ff9b6d47b7 /bus | |
parent | 0f67e863082a0b99c444003ec40b57ac6b8c313d (diff) |
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>
Diffstat (limited to 'bus')
-rw-r--r-- | bus/bus.c | 1 |
1 files changed, 0 insertions, 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)) |