diff options
Diffstat (limited to 'library/cpp/threading/equeue')
-rw-r--r-- | library/cpp/threading/equeue/ut/ya.make | 13 | ||||
-rw-r--r-- | library/cpp/threading/equeue/ya.make | 16 |
2 files changed, 0 insertions, 29 deletions
diff --git a/library/cpp/threading/equeue/ut/ya.make b/library/cpp/threading/equeue/ut/ya.make deleted file mode 100644 index 60bc0aa604..0000000000 --- a/library/cpp/threading/equeue/ut/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -UNITTEST() - -PEERDIR( - ADDINCL library/cpp/threading/equeue -) - -SRCDIR(library/cpp/threading/equeue) - -SRCS( - equeue_ut.cpp -) - -END() diff --git a/library/cpp/threading/equeue/ya.make b/library/cpp/threading/equeue/ya.make deleted file mode 100644 index 445797aa12..0000000000 --- a/library/cpp/threading/equeue/ya.make +++ /dev/null @@ -1,16 +0,0 @@ -LIBRARY() - -SRCS( - equeue.h - equeue.cpp -) - -PEERDIR( - library/cpp/deprecated/atomic -) - -END() - -RECURSE_FOR_TESTS( - ut -) |