summaryrefslogtreecommitdiffstats
path: root/library/cpp/deprecated
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
committerarcadia-devtools <[email protected]>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/deprecated
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/deprecated')
-rw-r--r--library/cpp/deprecated/accessors/ut/ya.make9
-rw-r--r--library/cpp/deprecated/accessors/ya.make11
-rw-r--r--library/cpp/deprecated/enum_codegen/ut/ya.make15
-rw-r--r--library/cpp/deprecated/enum_codegen/ya.make9
-rw-r--r--library/cpp/deprecated/kmp/ut/ya.make9
-rw-r--r--library/cpp/deprecated/kmp/ya.make10
-rw-r--r--library/cpp/deprecated/split/ya.make14
-rw-r--r--library/cpp/deprecated/ya.make49
8 files changed, 0 insertions, 126 deletions
diff --git a/library/cpp/deprecated/accessors/ut/ya.make b/library/cpp/deprecated/accessors/ut/ya.make
deleted file mode 100644
index 5ea976566f6..00000000000
--- a/library/cpp/deprecated/accessors/ut/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-UNITTEST_FOR(library/cpp/deprecated/accessors)
-
-OWNER(velavokr)
-
-SRCS(
- accessors_ut.cpp
-)
-
-END()
diff --git a/library/cpp/deprecated/accessors/ya.make b/library/cpp/deprecated/accessors/ya.make
deleted file mode 100644
index e322026a1cb..00000000000
--- a/library/cpp/deprecated/accessors/ya.make
+++ /dev/null
@@ -1,11 +0,0 @@
-LIBRARY()
-
-OWNER(elric)
-
-SRCS(
- accessors.cpp
- accessors_impl.cpp
- memory_traits.cpp
-)
-
-END()
diff --git a/library/cpp/deprecated/enum_codegen/ut/ya.make b/library/cpp/deprecated/enum_codegen/ut/ya.make
deleted file mode 100644
index 32e7ad77a25..00000000000
--- a/library/cpp/deprecated/enum_codegen/ut/ya.make
+++ /dev/null
@@ -1,15 +0,0 @@
-UNITTEST()
-
-OWNER(g:util)
-
-SRCDIR(library/cpp/deprecated/enum_codegen)
-
-PEERDIR(
- library/cpp/deprecated/enum_codegen
-)
-
-SRCS(
- enum_codegen_ut.cpp
-)
-
-END()
diff --git a/library/cpp/deprecated/enum_codegen/ya.make b/library/cpp/deprecated/enum_codegen/ya.make
deleted file mode 100644
index 1df07d21929..00000000000
--- a/library/cpp/deprecated/enum_codegen/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-LIBRARY()
-
-OWNER(elric)
-
-SRCS(
- enum_codegen.cpp
-)
-
-END()
diff --git a/library/cpp/deprecated/kmp/ut/ya.make b/library/cpp/deprecated/kmp/ut/ya.make
deleted file mode 100644
index 9c54ee27154..00000000000
--- a/library/cpp/deprecated/kmp/ut/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-UNITTEST_FOR(library/cpp/deprecated/kmp)
-
-OWNER(g:util)
-
-SRCS(
- kmp_ut.cpp
-)
-
-END()
diff --git a/library/cpp/deprecated/kmp/ya.make b/library/cpp/deprecated/kmp/ya.make
deleted file mode 100644
index 7c1c5579344..00000000000
--- a/library/cpp/deprecated/kmp/ya.make
+++ /dev/null
@@ -1,10 +0,0 @@
-LIBRARY()
-
-OWNER(g:util)
-
-SRCS(
- kmp.cpp
- kmp.h
-)
-
-END()
diff --git a/library/cpp/deprecated/split/ya.make b/library/cpp/deprecated/split/ya.make
deleted file mode 100644
index 946e685ac82..00000000000
--- a/library/cpp/deprecated/split/ya.make
+++ /dev/null
@@ -1,14 +0,0 @@
-LIBRARY()
-
-OWNER(wrg0ababd)
-
-SRCS(
- delim_string_iter.cpp
- split_iterator.cpp
-)
-
-PEERDIR(
- library/cpp/deprecated/kmp
-)
-
-END()
diff --git a/library/cpp/deprecated/ya.make b/library/cpp/deprecated/ya.make
deleted file mode 100644
index 6c753f68a9b..00000000000
--- a/library/cpp/deprecated/ya.make
+++ /dev/null
@@ -1,49 +0,0 @@
-RECURSE(
- abstract_iterator
- abstract_iterator/ut
- accessors
- accessors/ut
- autoarray
- base64
- datafile
- dater_old
- dater_old/ut
- enum_codegen
- enum_codegen/ut
- fgood
- fgood/ut
- histogram
- ipreg1
- ipreg1/ut
- ipreg1/ut_full
- ipreg1/util
- iter
- kmp
- kmp/ut
- mapped_file
- mapped_file/ut
- mbitmap
- omni
- text_norm
- omni/print_omni
- omni/usage
- omni/ut
- prog_options
- prog_options/ut
- sgi_hash
- threadable
- transgene
- datawork
- datawork/conf
- calc_module
- iterators_heap
- parse_utils
- parse_utils/ut
- small_array
- solartrie
- solartrie/indexed_region/ut
- solartrie/test
- solartrie/test/tests
- solartrie/ut
- split
-)