Remove stray line left from earlier refactoring.

This commit is contained in:
John Ralls 2022-03-04 14:53:02 -08:00
parent 7e299cb2b0
commit 250b4ed733

View File

@ -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;
}