From: Cole Robinson Date: Tue, 19 Feb 2019 17:51:37 +0000 (-0500) Subject: tests: domcaps: Remove unused typedef X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0b89ef55968f6a98965787cec3602e9ab933156b;p=libvirt.git tests: domcaps: Remove unused typedef Acked-by: Michal Privoznik Signed-off-by: Cole Robinson --- diff --git a/tests/domaincapstest.c b/tests/domaincapstest.c index b5bf4c234f..02f33d9f00 100644 --- a/tests/domaincapstest.c +++ b/tests/domaincapstest.c @@ -24,9 +24,6 @@ #define VIR_FROM_THIS VIR_FROM_NONE -typedef int (*virDomainCapsFill)(virDomainCapsPtr domCaps, - void *opaque); - #define SET_ALL_BITS(x) \ memset(&(x.values), 0xff, sizeof(x.values))