Remove an unreachable statement.

This commit is contained in:
Tsuda Kageyu 2015-12-02 14:08:20 +09:00
parent 83ffc87598
commit bc8b60ea46

View File

@ -121,8 +121,6 @@ TagLib_File *taglib_file_new_type(const char *filename, TagLib_File_Type type)
default:
return 0;
}
return 0;
}
void taglib_file_free(TagLib_File *file)