Vladimir Sementsov-Ogievskiy <[email protected]> writes: > On 06.07.2020 11:09, Markus Armbruster wrote: >> Just for consistency. Also fix the example in object_set_props()'s >> documentation. >> >> Signed-off-by: Markus Armbruster <[email protected]> >> Reviewed-by: Eric Blake <[email protected]> > > Reviewed-by: Vladimir Sementsov-Ogievskiy <[email protected]> > > Note, that object_set_props is unused and may be dropped.
True. It's never been used. It was added together with object_set_propv(), probably out of habit to always have both a ... and the va_list function. Thanks!
