mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00: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:
parent
b7ab6a6bd6
commit
5c5ca1970f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user