From: Tsuda Kageyu Date: Wed, 2 Dec 2015 05:08:20 +0000 (+0900) Subject: Remove an unreachable statement. X-Git-Tag: v1.11beta~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc8b60ea46e2572c11b8a85cd9b9149b1efa2962;p=taglib Remove an unreachable statement. --- diff --git a/bindings/c/tag_c.cpp b/bindings/c/tag_c.cpp index b0fd8c0b..33c61229 100644 --- a/bindings/c/tag_c.cpp +++ b/bindings/c/tag_c.cpp @@ -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)