]> granicus.if.org Git - taglib/commitdiff
Remove an unused file from taglib/CMakeLists.txt.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 5 Jan 2015 02:00:47 +0000 (11:00 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 5 Jan 2015 02:00:47 +0000 (11:00 +0900)
uncompr.c is no longer used since caa53e8

taglib/CMakeLists.txt

index 2eadf39131cb79498a93938a6754273722446f6a..33a0030bf2b9091e21dfc6ddcb4cdd2a5d5f7d17 100644 (file)
@@ -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()