diff options
Diffstat (limited to 'absl/strings/internal/numbers_test_common.inc')
-rw-r--r-- | absl/strings/internal/numbers_test_common.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/absl/strings/internal/numbers_test_common.inc b/absl/strings/internal/numbers_test_common.inc index e165b3bea5c6..81d2a1b70510 100644 --- a/absl/strings/internal/numbers_test_common.inc +++ b/absl/strings/internal/numbers_test_common.inc @@ -17,16 +17,6 @@ namespace { -// Previously documented minimum buffer sizes for Fast*ToBuffer functions. -// NOTE(edk): These should be deleted and uses replaced with kFastToBufferSize -// once existing code has been fixed to use kFastToBufferSize. -enum { - kFastInt32ToBufferSize = 12, - kFastInt64ToBufferSize = 22, - kFastUInt32ToBufferSize = 12, - kFastUInt64ToBufferSize = 22 -}; - template <typename IntType> bool Itoa(IntType value, int base, std::string* destination) { destination->clear(); |