aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew-rykov <arykov@ydb.tech>2022-09-05 17:07:45 +0300
committerandrew-rykov <arykov@ydb.tech>2022-09-05 17:07:45 +0300
commit23c28cea084e95991be3d100459b8b0eeb939c17 (patch)
tree7de6dc7f1ffb515330a9e6c19efcd0a93b32b6b4
parent3be9e8763332d8c249998fbb9c16de6ea0bae5fe (diff)
downloadydb-23c28cea084e95991be3d100459b8b0eeb939c17.tar.gz
revert comment
-rw-r--r--ydb/core/tx/schemeshard/schemeshard_path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/schemeshard/schemeshard_path.cpp b/ydb/core/tx/schemeshard/schemeshard_path.cpp
index d2c908c92e1..bc4ace163da 100644
--- a/ydb/core/tx/schemeshard/schemeshard_path.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard_path.cpp
@@ -1102,7 +1102,7 @@ TPath TPath::Root(TSchemeShard* ss) {
return result;
}
-TString TPath::PathString() const { //O(1) if resolved, in other case O(result length) complexity
+TString TPath::PathString() const { // O(result length) complexity
if (!NameParts) {
return TString();
}