Michal Privoznik fe65e9c8b5 lib: Drop needless ret variables
There are few places where a return variable is introduced (ret
or retval), but then is never changed and is then passed to
return. Well, we can return the value that the variable is
initialized to directly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2020-05-05 13:08:53 +02:00
..
2020-03-30 16:11:13 +02:00
2020-05-04 14:28:05 +02:00
2019-08-09 09:03:53 +02:00
2020-01-29 14:51:40 +00:00
2019-06-19 17:12:34 +02:00