[virt-tools-list] [PATCH 26/47] Remove 2 unused struct definitions

Daniel P. Berrange berrange at redhat.com
Wed Aug 25 19:37:21 UTC 2010


The __osinfoPopulateListArgs and __osinfoFilterPassArgs structs
are not used anymore.

* osinfo/osinfo_common.h: Remove unused structs
---
 osinfo/osinfo_common.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/osinfo/osinfo_common.h b/osinfo/osinfo_common.h
index e855328..c414544 100644
--- a/osinfo/osinfo_common.h
+++ b/osinfo/osinfo_common.h
@@ -60,20 +60,11 @@ struct __osinfoOsLink {
     OsinfoOs *directObjectOs;
 };
 
-struct __osinfoPopulateListArgs {
-    OsinfoFilter *filter;
-    OsinfoList *list;
-};
-
 struct __osinfoOsCheckRelationshipArgs {
     OsinfoList *list;
     osinfoRelationship relshp;
 };
 
-struct __osinfoFilterPassArgs {
-    int passed;
-    OsinfoEntity *entity;
-};
 
 /** ****************************************************************************
  *      Convenience methods
-- 
1.7.2.1




More information about the virt-tools-list mailing list