mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-14 15:14:42 -05:00
tests: domcaps: Remove unused typedef
Acked-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -24,9 +24,6 @@
|
|||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||||
|
|
||||||
typedef int (*virDomainCapsFill)(virDomainCapsPtr domCaps,
|
|
||||||
void *opaque);
|
|
||||||
|
|
||||||
#define SET_ALL_BITS(x) \
|
#define SET_ALL_BITS(x) \
|
||||||
memset(&(x.values), 0xff, sizeof(x.values))
|
memset(&(x.values), 0xff, sizeof(x.values))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user