aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/writer
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/cpp/json/writer
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/json/writer')
-rw-r--r--library/cpp/json/writer/ut/ya.make16
-rw-r--r--library/cpp/json/writer/ya.make20
2 files changed, 0 insertions, 36 deletions
diff --git a/library/cpp/json/writer/ut/ya.make b/library/cpp/json/writer/ut/ya.make
deleted file mode 100644
index 1e39dae6a1..0000000000
--- a/library/cpp/json/writer/ut/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-UNITTEST()
-
-OWNER(myltsev)
-
-PEERDIR(
- ADDINCL library/cpp/json/writer
-)
-
-SRCDIR(library/cpp/json/writer)
-
-SRCS(
- json_ut.cpp
- json_value_ut.cpp
-)
-
-END()
diff --git a/library/cpp/json/writer/ya.make b/library/cpp/json/writer/ya.make
deleted file mode 100644
index 3989ff3504..0000000000
--- a/library/cpp/json/writer/ya.make
+++ /dev/null
@@ -1,20 +0,0 @@
-LIBRARY()
-
-OWNER(
- mvel
- myltsev
- pg
-)
-
-PEERDIR(
- library/cpp/json/common
-)
-
-SRCS(
- json_value.cpp
- json.cpp
-)
-
-GENERATE_ENUM_SERIALIZATION(json_value.h)
-
-END()