aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/text
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/monlib/encode/text')
-rw-r--r--library/cpp/monlib/encode/text/ut/ya.make12
-rw-r--r--library/cpp/monlib/encode/text/ya.make16
2 files changed, 0 insertions, 28 deletions
diff --git a/library/cpp/monlib/encode/text/ut/ya.make b/library/cpp/monlib/encode/text/ut/ya.make
deleted file mode 100644
index df23a252d1..0000000000
--- a/library/cpp/monlib/encode/text/ut/ya.make
+++ /dev/null
@@ -1,12 +0,0 @@
-UNITTEST_FOR(library/cpp/monlib/encode/text)
-
-OWNER(
- g:solomon
- jamel
-)
-
-SRCS(
- text_encoder_ut.cpp
-)
-
-END()
diff --git a/library/cpp/monlib/encode/text/ya.make b/library/cpp/monlib/encode/text/ya.make
deleted file mode 100644
index d296c78c1b..0000000000
--- a/library/cpp/monlib/encode/text/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-LIBRARY()
-
-OWNER(
- g:solomon
- jamel
-)
-
-SRCS(
- text_encoder.cpp
-)
-
-PEERDIR(
- library/cpp/monlib/encode
-)
-
-END()