From 2685ec184293c54ebb70de3b856ec57378e85395 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Mon, 5 Jan 2015 11:00:47 +0900 Subject: [PATCH] Remove an unused file from taglib/CMakeLists.txt. uncompr.c is no longer used since caa53e8 --- taglib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/taglib/CMakeLists.txt b/taglib/CMakeLists.txt index 2eadf391..33a0030b 100644 --- a/taglib/CMakeLists.txt +++ b/taglib/CMakeLists.txt @@ -318,7 +318,6 @@ if(HAVE_ZLIB_SOURCE) ${ZLIB_SOURCE}/inffast.c ${ZLIB_SOURCE}/inflate.c ${ZLIB_SOURCE}/inftrees.c - ${ZLIB_SOURCE}/uncompr.c ${ZLIB_SOURCE}/zutil.c ) endif()