diff --git a/libgnucash/backend/xml/io-gncxml-v2.cpp b/libgnucash/backend/xml/io-gncxml-v2.cpp index 5b3f294d11..5b48c2d02f 100644 --- a/libgnucash/backend/xml/io-gncxml-v2.cpp +++ b/libgnucash/backend/xml/io-gncxml-v2.cpp @@ -1398,7 +1398,6 @@ gzopen_win32 (const char* filename, const char* perms) { g_warning ("Could not convert '%s' to system codepage", filename); - success = 0; return nullptr; }