mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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 <mprivozn@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user