From: David Herrmann Date: Tue, 28 Jul 2015 16:13:33 +0000 (+0200) Subject: sd-bus: drop redundant code X-Git-Tag: v226.4~1^2~179 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d455a7ccd53c158fc6ef51ee4b5ba8d34f7794f4;hp=d455a7ccd53c158fc6ef51ee4b5ba8d34f7794f4 sd-bus: drop redundant code If c->item_size is 0, the next item to parse in a structure is empty. However, this also implies that the signature must be empty. The latter case is already handled just fine by enter_struct_or_dict_entry() so there is no reason to handle the same case in the caller. ---