aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/util
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/actors/util
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/actors/util')
-rw-r--r--library/cpp/actors/util/ut/ya.make18
-rw-r--r--library/cpp/actors/util/ya.make37
2 files changed, 0 insertions, 55 deletions
diff --git a/library/cpp/actors/util/ut/ya.make b/library/cpp/actors/util/ut/ya.make
deleted file mode 100644
index 3b08b77984..0000000000
--- a/library/cpp/actors/util/ut/ya.make
+++ /dev/null
@@ -1,18 +0,0 @@
-UNITTEST_FOR(library/cpp/actors/util)
-
-IF (WITH_VALGRIND)
- TIMEOUT(600)
- SIZE(MEDIUM)
-ENDIF()
-
-OWNER(
- alexvru
- g:kikimr
-)
-
-SRCS(
- rope_ut.cpp
- unordered_cache_ut.cpp
-)
-
-END()
diff --git a/library/cpp/actors/util/ya.make b/library/cpp/actors/util/ya.make
deleted file mode 100644
index 37488c3962..0000000000
--- a/library/cpp/actors/util/ya.make
+++ /dev/null
@@ -1,37 +0,0 @@
-LIBRARY()
-
-OWNER(
- ddoarn
- g:kikimr
-)
-
-SRCS(
- affinity.cpp
- affinity.h
- cpumask.h
- datetime.h
- defs.h
- funnel_queue.h
- futex.h
- intrinsics.h
- local_process_key.h
- named_tuple.h
- queue_chunk.h
- queue_oneone_inplace.h
- recentwnd.h
- rope.h
- should_continue.cpp
- should_continue.h
- thread.h
- threadparkpad.cpp
- threadparkpad.h
- ticket_lock.h
- timerfd.h
- unordered_cache.h
-)
-
-PEERDIR(
- util
-)
-
-END()