From: Michal Privoznik Date: Tue, 28 Jun 2022 08:00:08 +0000 (+0200) Subject: virnetdevbandwidthtest: Drop unused testMinimalStruct X-Git-Tag: v8.6.0-rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c5ca1970f42c34aec141ee4c92a70d70a0638db;p=thirdparty%2Flibvirt.git virnetdevbandwidthtest: Drop unused testMinimalStruct 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 Reviewed-by: Martin Kletzander --- 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;