diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-09-03 11:05:27 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-09-03 11:05:27 +0000 |
commit | 8f71d7ed87007ace129f647b242a09d01773d3c5 (patch) | |
tree | 2c46ca9d89eb0ce5eea79ba1febb79e56efedb0f /util/system | |
parent | 78242bd5894abd6548e45731b464822da55a0796 (diff) | |
parent | 3da5a68ec3c329240e89bd0ed8c1c39e4359a693 (diff) | |
download | ydb-8f71d7ed87007ace129f647b242a09d01773d3c5.tar.gz |
Merge branch 'rightlib' into mergelibs-240903-1104
Diffstat (limited to 'util/system')
-rw-r--r-- | util/system/atexit_ut.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/system/atexit_ut.cpp b/util/system/atexit_ut.cpp index f093c2b86b..190f6dd0c3 100644 --- a/util/system/atexit_ut.cpp +++ b/util/system/atexit_ut.cpp @@ -88,7 +88,6 @@ UNIT_TEST_SUITE_REGISTRATION(TAtExitTest); Y_UNIT_TEST_SUITE(TestAtExit) { Y_UNIT_TEST(CreateUponDestruction) { - struct T1 { }; @@ -99,6 +98,5 @@ Y_UNIT_TEST_SUITE(TestAtExit) { }; Singleton<T2>(); - } } |