From bc8b60ea46e2572c11b8a85cd9b9149b1efa2962 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Wed, 2 Dec 2015 14:08:20 +0900 Subject: [PATCH] Remove an unreachable statement. --- bindings/c/tag_c.cpp | 2 -- 1 file changed, 2 deletions(-) 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)