Remove duplicated condition checks (#187)

This commit is contained in:
Michał Janiszewski 2019-03-08 07:09:37 +01:00 committed by Daniel Belcher
parent 13ba479a0c
commit c325cb1b3a
2 changed files with 1 additions and 2 deletions

View file

@ -158,7 +158,6 @@ void UnitConverterDataLoader::GetUnits(_In_ unordered_map<ViewMode, vector<Order
{
// US + Federated States of Micronesia, Marshall Islands, Palau
bool useUSCustomaryAndFahrenheit = m_currentRegionCode == L"US" ||
m_currentRegionCode == L"PW" ||
m_currentRegionCode == L"FM" ||
m_currentRegionCode == L"MH" ||
m_currentRegionCode == L"PW";