summaryrefslogtreecommitdiff
path: root/tests/virbitmaptest.c
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2020-10-01 15:22:24 +0200
committerPeter Krempa <pkrempa@redhat.com>2020-10-05 12:26:22 +0200
commit8efad320fa952cbd805dbe614669e12e81b58e6f (patch)
tree1ab43a0ccc5675a1ac542049bba089fae940b50b /tests/virbitmaptest.c
parentc00ab99f16f1a6d1bbd6d7607eaf5ddccb3a375c (diff)
downloadlibvirt-8efad320fa952cbd805dbe614669e12e81b58e6f.tar.gz
virBitmapToString: Remove unused 'prefix' and 'trim' arguments
There's only one combination used so we can remove the rest. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'tests/virbitmaptest.c')
-rw-r--r--tests/virbitmaptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/virbitmaptest.c b/tests/virbitmaptest.c
index 1c7dc1d610..e1a49bfe35 100644
--- a/tests/virbitmaptest.c
+++ b/tests/virbitmaptest.c
@@ -681,7 +681,7 @@ test13(const void *opaque G_GNUC_UNUSED)
if (!map)
goto cleanup;
- str = virBitmapToString(map, false, true);
+ str = virBitmapToString(map);
if (!str)
goto cleanup;