[libvirt] [PATCH 02/10] tests: domcaps: Remove unused typedef

Cole Robinson crobinso at redhat.com
Tue Feb 19 20:09:31 UTC 2019


Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 tests/domaincapstest.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/domaincapstest.c b/tests/domaincapstest.c
index 2333147252..07ed8b750e 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))
 
-- 
2.20.1




More information about the libvir-list mailing list