mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02:00
gkeyfile: Remove unreachable code
This commit is contained in:
committed by
Philip Withnall
parent
4d8c5b6d77
commit
da1d64cb4d
@@ -2259,9 +2259,6 @@ g_key_file_get_locale_string (GKeyFile *key_file,
|
||||
|
||||
if (translated_value)
|
||||
break;
|
||||
|
||||
g_free (translated_value);
|
||||
translated_value = NULL;
|
||||
}
|
||||
|
||||
/* Fallback to untranslated key
|
||||
|
Reference in New Issue
Block a user