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(a)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