Skip to content

Commit

Permalink
cleanup: remove remnant IAM deprecation macros
Browse files Browse the repository at this point in the history
`GOOGLE_CLOUD_CPP_BIGTABLE_IAM_DEPRECATED` disappeared in #8652.
`GOOGLE_CLOUD_CPP_IAM_DEPRECATED` disappeared in #8667.
  • Loading branch information
devbww committed May 4, 2022
1 parent b33dcb7 commit 4f11776
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions cmake/GoogleCloudCppCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ elseif (GOOGLE_CLOUD_CPP_GENERATE_DOXYGEN)
# to be noops or have simple values.
set(DOXYGEN_PREDEFINED
"GOOGLE_CLOUD_CPP_DEPRECATED(x)="
"GOOGLE_CLOUD_CPP_IAM_DEPRECATED(x)="
"GOOGLE_CLOUD_CPP_BIGTABLE_IAM_DEPRECATED(x)="
"GOOGLE_CLOUD_CPP_SPANNER_ADMIN_API_DEPRECATED(x)="
"GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN="
"GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END=")
Expand Down
7 changes: 0 additions & 7 deletions google/cloud/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
#include "google/cloud/internal/version_info.h"
#include <string>

#define GOOGLE_CLOUD_CPP_IAM_DEPRECATED \
GOOGLE_CLOUD_CPP_DEPRECATED( \
"this type predates IAM conditions and does not work with policies " \
"that include IAM conditions. The functions that use this type are " \
"deprecated and will be be removed on 2022-04-01 or shortly " \
"after. See GitHub issue #5929 for more information.")

#define GOOGLE_CLOUD_CPP_VCONCAT(Ma, Mi, Pa) v##Ma##_##Mi##_##Pa
#define GOOGLE_CLOUD_CPP_VEVAL(Ma, Mi, Pa) GOOGLE_CLOUD_CPP_VCONCAT(Ma, Mi, Pa)
#define GOOGLE_CLOUD_CPP_NS \
Expand Down

0 comments on commit 4f11776

Please sign in to comment.