diff options
author | Derek Mauro <dmauro@google.com> | 2024-02-12 09:43:50 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-02-12 09:45:21 -0800 |
commit | 34604d5b1f6ae14c65b3992478b59f7108051979 (patch) | |
tree | c17064f78ee073d0c421182bbe3555010b43c25d /absl/numeric/int128.h | |
parent | 119e0d3f74733aff2999d39cb8be99ddcb081c66 (diff) |
Remove deprecated symbol absl::kuint128max
absl::kuint128max should be replaced with absl::Uint128Max()
PiperOrigin-RevId: 606279299
Change-Id: Ib67b5431f14891f56bb706e62f183d0de75d335f
Diffstat (limited to 'absl/numeric/int128.h')
-rw-r--r-- | absl/numeric/int128.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/absl/numeric/int128.h b/absl/numeric/int128.h index 7530a793..a17d0e1b 100644 --- a/absl/numeric/int128.h +++ b/absl/numeric/int128.h @@ -244,11 +244,6 @@ class #endif // byte order }; -// Prefer to use the constexpr `Uint128Max()`. -// -// TODO(absl-team) deprecate kuint128max once migration tool is released. -ABSL_DLL extern const uint128 kuint128max; - // allow uint128 to be logged std::ostream& operator<<(std::ostream& os, uint128 v); |