Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> 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 <arm...@redhat.com> >> Reviewed-by: Eric Blake <ebl...@redhat.com> > > Reviewed-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> > > 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!