diff options
author | robot-srch-releaser <robot-srch-releaser@yandex-team.com> | 2023-08-10 23:47:44 +0300 |
---|---|---|
committer | robot-srch-releaser <robot-srch-releaser@yandex-team.com> | 2023-08-11 01:00:14 +0300 |
commit | 28f697a118317926707211701d4152920ea78a4c (patch) | |
tree | 083bfab6ddcdc842f54f5e8ae6c7369e222b2ef6 /library/cpp | |
parent | 7d3368d8862f8962f45c9042ef3f76d40379ef33 (diff) | |
download | ydb-28f697a118317926707211701d4152920ea78a4c.tar.gz |
Rollback: rXXXXXX
[diff-resolver:chay-chitsd] Sandbox task: https://sandbox.yandex-team.ru/task/1874033895/view
Task author: andrew-iv@
Description: пробуем откатить 12083786 для
Note: mandatory check (NEED_CHECK) was skipped
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/logger/log.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp index ec6a64dced..286896a6ea 100644 --- a/library/cpp/logger/log.cpp +++ b/library/cpp/logger/log.cpp @@ -47,8 +47,6 @@ public: { } - virtual inline ~TImpl() = default; - inline void ReopenLog() { if (!IsOpen()) { return; |