aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/common.h
diff options
context:
space:
mode:
authorstepych <stepych@yandex-team.com>2022-08-23 11:09:54 +0300
committerstepych <stepych@yandex-team.com>2022-08-23 11:09:54 +0300
commita5727ca206c76fd6cd354838aac0f82cf08cc110 (patch)
treef9c257f9bd7d1d2164c0859e731e1249bc8f1118 /library/cpp/uri/common.h
parentcd3603423481480c0c545ae7b360a3bfd7c797d2 (diff)
downloadydb-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.h1
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,
};
};