[PATCH 2/4] virnetdevbandwidthtest: Drop unused testMinimalStruct

Michal Privoznik mprivozn at redhat.com
Tue Jun 28 14:17:33 UTC 2022


The last usage of the testMinimalStruct struct was removed in
v1.2.2-rc1~206 which forgot to remove the struct as well. Remove
it now.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 tests/virnetdevbandwidthtest.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/virnetdevbandwidthtest.c b/tests/virnetdevbandwidthtest.c
index 419793a4ae..f0873743b4 100644
--- a/tests/virnetdevbandwidthtest.c
+++ b/tests/virnetdevbandwidthtest.c
@@ -26,12 +26,6 @@
 
 #define VIR_FROM_THIS VIR_FROM_NONE
 
-struct testMinimalStruct {
-    const char *expected_result;
-    const char *band1;
-    const char *band2;
-};
-
 struct testSetStruct {
     const char *band;
     const char *exp_cmd;
-- 
2.35.1



More information about the libvir-list mailing list