aboutsummaryrefslogtreecommitdiffstats
path: root/util/thread
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
committeralexv-smirnov <alex@ydb.tech>2023-03-28 22:25:04 +0300
commitb8a17f9b1c166d2e9a26b99348a4c29d972caf55 (patch)
tree1a2d881f1a9452b9c6103dbf69d73da7624e98e5 /util/thread
parent25659221f18577ea38430a8ec3349836f5626b6a (diff)
downloadydb-b8a17f9b1c166d2e9a26b99348a4c29d972caf55.tar.gz
Revert ymake build from ydb oss export
Diffstat (limited to 'util/thread')
-rw-r--r--util/thread/ut/ya.make17
-rw-r--r--util/thread/ya.make5
2 files changed, 0 insertions, 22 deletions
diff --git a/util/thread/ut/ya.make b/util/thread/ut/ya.make
deleted file mode 100644
index ade94fb405..0000000000
--- a/util/thread/ut/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-UNITTEST_FOR(util)
-
-SUBSCRIBER(g:util-subscribers)
-
-SRCS(
- thread/factory_ut.cpp
- thread/lfqueue_ut.cpp
- thread/lfstack_ut.cpp
- thread/pool_ut.cpp
- thread/singleton_ut.cpp
-)
-
-PEERDIR(
- library/cpp/threading/future
-)
-
-END()
diff --git a/util/thread/ya.make b/util/thread/ya.make
deleted file mode 100644
index 08f8a28a88..0000000000
--- a/util/thread/ya.make
+++ /dev/null
@@ -1,5 +0,0 @@
-SUBSCRIBER(g:util-subscribers)
-
-RECURSE_FOR_TESTS(
- ut
-)