Commit 4a8d186b authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

winebuild: Remove unused empty_name_table.

parent 78b96c87
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment