summaryrefslogtreecommitdiffstats
path: root/library/cpp/codecs/greedy_dict
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/codecs/greedy_dict
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/codecs/greedy_dict')
-rw-r--r--library/cpp/codecs/greedy_dict/ut/ya.make9
-rw-r--r--library/cpp/codecs/greedy_dict/ya.make15
2 files changed, 0 insertions, 24 deletions
diff --git a/library/cpp/codecs/greedy_dict/ut/ya.make b/library/cpp/codecs/greedy_dict/ut/ya.make
deleted file mode 100644
index bd67d1a4522..00000000000
--- a/library/cpp/codecs/greedy_dict/ut/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-UNITTEST_FOR(library/cpp/codecs/greedy_dict)
-
-OWNER(velavokr)
-
-SRCS(
- greedy_dict_ut.cpp
-)
-
-END()
diff --git a/library/cpp/codecs/greedy_dict/ya.make b/library/cpp/codecs/greedy_dict/ya.make
deleted file mode 100644
index 2a57224f7e1..00000000000
--- a/library/cpp/codecs/greedy_dict/ya.make
+++ /dev/null
@@ -1,15 +0,0 @@
-OWNER(velavokr)
-
-LIBRARY()
-
-SRCS(
- gd_builder.cpp
- gd_entry.cpp
-)
-
-PEERDIR(
- library/cpp/containers/comptrie
- library/cpp/string_utils/relaxed_escaper
-)
-
-END()