aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/threading/local_executor
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/threading/local_executor')
-rw-r--r--library/cpp/threading/local_executor/ut/ya.make12
-rw-r--r--library/cpp/threading/local_executor/ya.make20
2 files changed, 0 insertions, 32 deletions
diff --git a/library/cpp/threading/local_executor/ut/ya.make b/library/cpp/threading/local_executor/ut/ya.make
deleted file mode 100644
index be579a5ca0..0000000000
--- a/library/cpp/threading/local_executor/ut/ya.make
+++ /dev/null
@@ -1,12 +0,0 @@
-OWNER(
- g:matrixnet
- gulin
-)
-
-UNITTEST_FOR(library/cpp/threading/local_executor)
-
-SRCS(
- local_executor_ut.cpp
-)
-
-END()
diff --git a/library/cpp/threading/local_executor/ya.make b/library/cpp/threading/local_executor/ya.make
deleted file mode 100644
index df210f92bb..0000000000
--- a/library/cpp/threading/local_executor/ya.make
+++ /dev/null
@@ -1,20 +0,0 @@
-OWNER(
- g:matrixnet
- gulin
- kirillovs
- espetrov
-)
-
-LIBRARY()
-
-SRCS(
- local_executor.cpp
- tbb_local_executor.cpp
-)
-
-PEERDIR(
- contrib/libs/tbb
- library/cpp/threading/future
-)
-
-END()