]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virnetdevbandwidthtest: Drop unused testMinimalStruct
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 28 Jun 2022 08:00:08 +0000 (10:00 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Jul 2022 11:04:17 +0000 (13:04 +0200)
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@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
tests/virnetdevbandwidthtest.c

index 419793a4aeac9e278ef753a296542c65067ac47e..f0873743b4e579191b8dca5917bfa2d2c4ba0425 100644 (file)
 
 #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;