refactor: remove leftover empty if statement

This commit is contained in:
Christoph Hasse
2021-07-21 08:27:47 +02:00
parent d6c82b88bc
commit 2ca56ecbd0
-2
View File
@@ -38,8 +38,6 @@ int main() {
check_include_file_cxx( "unistd.h" EXV_HAVE_UNISTD_H )
check_include_file_cxx( "sys/mman.h" EXV_HAVE_SYS_MMAN_H )
if ( NOT MINGW AND NOT MSYS AND NOT MSVC )
endif()
set(EXV_ENABLE_NLS ${EXIV2_ENABLE_NLS})