diff options
author | stepych <stepych@yandex-team.com> | 2022-08-23 11:09:54 +0300 |
---|---|---|
committer | stepych <stepych@yandex-team.com> | 2022-08-23 11:09:54 +0300 |
commit | a5727ca206c76fd6cd354838aac0f82cf08cc110 (patch) | |
tree | f9c257f9bd7d1d2164c0859e731e1249bc8f1118 /library/cpp/uri/common.h | |
parent | cd3603423481480c0c545ae7b360a3bfd7c797d2 (diff) | |
download | ydb-a5727ca206c76fd6cd354838aac0f82cf08cc110.tar.gz |
Merge qargs stable sort
Use stable sort for qargs
Diffstat (limited to 'library/cpp/uri/common.h')
-rw-r--r-- | library/cpp/uri/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/uri/common.h b/library/cpp/uri/common.h index 27c559a55b..14e54f8bda 100644 --- a/library/cpp/uri/common.h +++ b/library/cpp/uri/common.h @@ -475,7 +475,6 @@ namespace NUri { ProcessedDirty = 1, ProcessedMalformed = 2, - ProcessedTooMany = 3, }; }; |