diff options
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); |