From 250b4ed73364d954bdc46303b6d72eb762cc9ebd Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 4 Mar 2022 14:53:02 -0800 Subject: [PATCH] Remove stray line left from earlier refactoring. --- libgnucash/backend/xml/io-gncxml-v2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libgnucash/backend/xml/io-gncxml-v2.cpp b/libgnucash/backend/xml/io-gncxml-v2.cpp index 5b3f294d115..5b48c2d02f1 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; }