[categories] Removed dummy list.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako
2025-06-03 06:59:52 -03:00
committed by Konstantin Pastbin
parent 8393402c02
commit 12dbfc6622
4 changed files with 2 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
#include "coding/reader_streambuf.hpp"
#include "base/logging.hpp"
#include "base/stl_helpers.hpp"
namespace
{
@@ -309,7 +309,6 @@ int8_t CategoriesHolder::MapLocaleToInteger(std::string_view const locale)
ASSERT(!kLocaleMapping.empty(), ());
ASSERT_EQUAL(kLocaleMapping[0].m_name, std::string_view("en"), ());
ASSERT_EQUAL(kLocaleMapping[0].m_code, kEnglishCode, ());
ASSERT(!base::IsExist(kDisabledLanguages, std::string_view("en")), ());
for (auto it = kLocaleMapping.crbegin(); it != kLocaleMapping.crend(); ++it)
{