diff options
author | andrew-rykov <arykov@ydb.tech> | 2022-09-05 17:07:45 +0300 |
---|---|---|
committer | andrew-rykov <arykov@ydb.tech> | 2022-09-05 17:07:45 +0300 |
commit | 23c28cea084e95991be3d100459b8b0eeb939c17 (patch) | |
tree | 7de6dc7f1ffb515330a9e6c19efcd0a93b32b6b4 | |
parent | 3be9e8763332d8c249998fbb9c16de6ea0bae5fe (diff) | |
download | ydb-23c28cea084e95991be3d100459b8b0eeb939c17.tar.gz |
revert comment
-rw-r--r-- | ydb/core/tx/schemeshard/schemeshard_path.cpp | 2 |
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(); } |