summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_data_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qlocale_data_p.h')
-rw-r--r--src/corelib/text/qlocale_data_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/text/qlocale_data_p.h b/src/corelib/text/qlocale_data_p.h
index ceed2589c4..bf6e37b09f 100644
--- a/src/corelib/text/qlocale_data_p.h
+++ b/src/corelib/text/qlocale_data_p.h
@@ -37,8 +37,6 @@ static constexpr TerritoryLanguage ImperialMeasurementSystems[] = {
{ QLocale::Hawaiian, QLocale::UnitedStates, QLocale::ImperialUSSystem },
{ QLocale::English, QLocale::UnitedKingdom, QLocale::ImperialUKSystem }
};
-static constexpr int ImperialMeasurementSystemsCount =
- sizeof(ImperialMeasurementSystems)/sizeof(ImperialMeasurementSystems[0]);
/*
Storage for alpha codes with length of up to 4 allowing efficient comparison.