Skip to content

gkeyfile: Drop a redundant check

Maria Jose Aguilera requested to merge coteaguilera/glib:glib-2-68 into main

It should not be possible for ->locales to be set without ->checked_locales being set, so drop the redundant check. This helps with branch code coverage.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports