diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/on_disk | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/on_disk')
-rw-r--r-- | library/cpp/on_disk/chunks/ut/ya.make | 9 | ||||
-rw-r--r-- | library/cpp/on_disk/chunks/ya.make | 11 | ||||
-rw-r--r-- | library/cpp/on_disk/ya.make | 31 |
3 files changed, 0 insertions, 51 deletions
diff --git a/library/cpp/on_disk/chunks/ut/ya.make b/library/cpp/on_disk/chunks/ut/ya.make deleted file mode 100644 index 0190905cbe9..00000000000 --- a/library/cpp/on_disk/chunks/ut/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -UNITTEST_FOR(library/cpp/on_disk/chunks) - -OWNER(g:util) - -SRCS( - chunks_ut.cpp -) - -END() diff --git a/library/cpp/on_disk/chunks/ya.make b/library/cpp/on_disk/chunks/ya.make deleted file mode 100644 index acb52df5b0b..00000000000 --- a/library/cpp/on_disk/chunks/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -LIBRARY() - -OWNER(g:util) - -SRCS( - chunked_helpers.cpp - reader.cpp - writer.cpp -) - -END() diff --git a/library/cpp/on_disk/ya.make b/library/cpp/on_disk/ya.make deleted file mode 100644 index 42a79d37bda..00000000000 --- a/library/cpp/on_disk/ya.make +++ /dev/null @@ -1,31 +0,0 @@ -RECURSE( - 2d_array - 2d_array/ut - 4d_array - 4d_array/ut - aho_corasick - aho_corasick/tool - aho_corasick/ut - chunks - chunks/ut - codec_trie - codec_trie/ut - coded_blob - coded_blob/common - coded_blob/keys - coded_blob/ut - file_with_header - file_with_header/ut - fried_trie - head_ar - head_ar/ut - meta_trie - meta_trie/ut - mms - mms/ut - multi_blob - tar_archive - tar_archive/ut - st_hash - st_hash/ut -) |