fixed some compiler warnings

This commit is contained in:
Martin Willi
2008-10-27 11:13:33 +00:00
parent aeaa6a9b45
commit a1db79b31a
6 changed files with 11 additions and 9 deletions
-1
View File
@@ -106,7 +106,6 @@ static void destroy(private_file_logger_t *this)
*/
file_logger_t *file_logger_create(FILE *out)
{
debug_t group;
private_file_logger_t *this = malloc_thing(private_file_logger_t);
/* public functions */