]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Drop unused return value of virLogOutputFunc
authorMiloslav Trmač <mitr@redhat.com>
Thu, 20 Sep 2012 18:24:00 +0000 (20:24 +0200)
committerEric Blake <eblake@redhat.com>
Fri, 21 Sep 2012 18:55:13 +0000 (12:55 -0600)
commitfca338a06c54f272f05aa12e362279e113130284
tree76854ccc24fe3760ceaae9b5d399fa5a4ebf6acb
parent9ce64e6aae43bfc313c7e9e920d28f4d9218cd59
Drop unused return value of virLogOutputFunc

Nothing uses the return value, and creating it requries otherwise
unnecessary strlen () calls.

This cleanup is conceptually independent from the rest of the series
(although the later patches won't apply without it).  This just seems
a good opportunity to clean this up, instead of entrenching the unnecessary
return value in the virLogOutputFunc instance that will be added in this
series.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
src/util/logging.c
src/util/logging.h
tests/testutils.c