Replaced builder_t objects by simple builder_function_t functions

This commit is contained in:
Martin Willi
2009-09-10 16:20:17 +02:00
parent 3ce9438b60
commit f678f5c77e
4 changed files with 35 additions and 189 deletions
-8
View File
@@ -54,11 +54,3 @@ ENUM(builder_part_names, BUILD_FROM_FILE, BUILD_END,
"BUILD_END",
);
/**
* See header.
*/
void* builder_free(builder_t *this)
{
free(this);
return NULL;
}