summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/atomic/bool.cpp
diff options
context:
space:
mode:
authortobo <[email protected]>2026-01-29 19:53:40 +0300
committertobo <[email protected]>2026-01-29 20:22:11 +0300
commit99d70efea929dc771a634078b67cb2f6254ed253 (patch)
treea4c07a1f2a27f2338877fdfd89d0aba1546f4c9e /library/cpp/threading/atomic/bool.cpp
parent583d77b2c85ee2b73f8f45d63302f3cf89cb18d0 (diff)
move library/cpp/threading/atomic to library/cpp/deprecated/atomic_bool
commit_hash:0981fb113212b130cb676672e125982188e4fd20
Diffstat (limited to 'library/cpp/threading/atomic/bool.cpp')
-rw-r--r--library/cpp/threading/atomic/bool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/threading/atomic/bool.cpp b/library/cpp/threading/atomic/bool.cpp
deleted file mode 100644
index 37917e01f12..00000000000
--- a/library/cpp/threading/atomic/bool.cpp
+++ /dev/null
@@ -1 +0,0 @@
-#include "bool.h"