winebuild: Remove unused empty_name_table.

Gerald Pfeifer gerald at pfeifer.com
Fri Jul 25 16:23:26 CDT 2014


---
 tools/winebuild/import.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/tools/winebuild/import.c b/tools/winebuild/import.c
index 6bafd86..3ad5cab 100644
--- a/tools/winebuild/import.c
+++ b/tools/winebuild/import.c
@@ -115,15 +115,6 @@ static inline void remove_name( struct name_table *table, unsigned int idx )
     table->count--;
 }
 
-/* make a name table empty */
-static inline void empty_name_table( struct name_table *table )
-{
-    unsigned int i;
-
-    for (i = 0; i < table->count; i++) free( table->names[i] );
-    table->count = 0;
-}
-
 /* locate a name in a (sorted) list */
 static inline const char *find_name( const char *name, const struct name_table *table )
 {
-- 
2.0.0



More information about the wine-patches mailing list