gnucash maint: Remove stray line left from earlier refactoring.

John Ralls jralls at code.gnucash.org
Fri Mar 4 17:53:57 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/250b4ed7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7e299cb2 (commit)



commit 250b4ed73364d954bdc46303b6d72eb762cc9ebd
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 4 14:53:02 2022 -0800

    Remove stray line left from earlier refactoring.

diff --git a/libgnucash/backend/xml/io-gncxml-v2.cpp b/libgnucash/backend/xml/io-gncxml-v2.cpp
index 5b3f294d1..5b48c2d02 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;
     }
 



Summary of changes:
 libgnucash/backend/xml/io-gncxml-v2.cpp | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list