aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/retry
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/retry
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/retry')
-rw-r--r--library/cpp/retry/protos/ya.make16
-rw-r--r--library/cpp/retry/ut/ya.make14
-rw-r--r--library/cpp/retry/ya.make17
3 files changed, 0 insertions, 47 deletions
diff --git a/library/cpp/retry/protos/ya.make b/library/cpp/retry/protos/ya.make
deleted file mode 100644
index ad8ea2086a..0000000000
--- a/library/cpp/retry/protos/ya.make
+++ /dev/null
@@ -1,16 +0,0 @@
-PROTO_LIBRARY()
-
-OWNER(
- anskor
-)
-
-SRCS(
- retry_options.proto
-)
-
-PEERDIR()
-
-EXCLUDE_TAGS(GO_PROTO)
-
-END()
-
diff --git a/library/cpp/retry/ut/ya.make b/library/cpp/retry/ut/ya.make
deleted file mode 100644
index d423f2be6f..0000000000
--- a/library/cpp/retry/ut/ya.make
+++ /dev/null
@@ -1,14 +0,0 @@
-UNITTEST_FOR(library/cpp/retry)
-
-OWNER(
- salmin
- osado
- g:yabs-small
-)
-
-SRCS(
- retry_policy_ut.cpp
- retry_ut.cpp
-)
-
-END()
diff --git a/library/cpp/retry/ya.make b/library/cpp/retry/ya.make
deleted file mode 100644
index 31e0c6a259..0000000000
--- a/library/cpp/retry/ya.make
+++ /dev/null
@@ -1,17 +0,0 @@
-LIBRARY()
-
-OWNER(
- osado
- g:yabs-small
-)
-
-SRCS(
- retry.cpp
- utils.cpp
-)
-
-PEERDIR(
- library/cpp/retry/protos
-)
-
-END()