Skip to content

Commit 2f27064

Browse files
authored
impl: remove deprecated retry_traits.h files (googleapis#15851)
* impl: remove deprecated retry_traits.h files
1 parent ef3b199 commit 2f27064

6 files changed

Lines changed: 26 additions & 67 deletions

File tree

doc/v3-migration-guide.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ module which can be added to your `MODULE.bazel` file as a dependency.
4444

4545
### Common
4646

47+
<details>
48+
<summary>Removed <code>bigquery/retry_traits.h</code> file</summary>
49+
50+
The library no longer exposes the `google/cloud/bigquery/retry_traits.h` header
51+
file. It only contained internal symbols.
52+
53+
</details>
54+
4755
### Bigtable
4856

4957
<details>
@@ -139,4 +147,22 @@ guide:
139147

140148
### Spanner
141149

150+
<details>
151+
<summary>Removed <code>admin/retry_traits.h</code> file</summary>
152+
153+
The library no longer exposes `google/cloud/spanner/admin/retry_traits.h` header
154+
file. It only contained internal symbols.
155+
156+
</details>
157+
142158
### Storage
159+
160+
### IAM
161+
162+
<details>
163+
<summary>Removed <code>iam/retry_traits.h</code> file</summary>
164+
165+
The library no longer exposes `google/cloud/iam/retry_traits.h` header file. It
166+
only contained internal symbols.
167+
168+
</details>

google/cloud/bigquery/retry_traits.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

google/cloud/iam/retry_traits.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

google/cloud/spanner/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ add_library(
8888
admin/internal/instance_admin_tracing_connection.h
8989
admin/internal/instance_admin_tracing_stub.cc
9090
admin/internal/instance_admin_tracing_stub.h
91-
admin/retry_traits.h
9291
backoff_policy.h
9392
backup.cc
9493
backup.h

google/cloud/spanner/admin/retry_traits.h

Lines changed: 0 additions & 22 deletions
This file was deleted.

google/cloud/spanner/google_cloud_cpp_spanner.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ google_cloud_cpp_spanner_hdrs = [
4545
"admin/internal/instance_admin_stub_factory.h",
4646
"admin/internal/instance_admin_tracing_connection.h",
4747
"admin/internal/instance_admin_tracing_stub.h",
48-
"admin/retry_traits.h",
4948
"backoff_policy.h",
5049
"backup.h",
5150
"batch_dml_result.h",

0 commit comments

Comments
 (0)