mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gkeyfile: Remove unreachable code
This commit is contained in:
@@ -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