| Index: runtime/third_party/double-conversion/src/bignum.h
|
| diff --git a/runtime/third_party/double-conversion/src/bignum.h b/runtime/third_party/double-conversion/src/bignum.h
|
| index 5ec3544f573d3052df759b21cf796d4371c5312e..c385f2237bae1a6e2f7313f9a065b0dbd9b225e8 100644
|
| --- a/runtime/third_party/double-conversion/src/bignum.h
|
| +++ b/runtime/third_party/double-conversion/src/bignum.h
|
| @@ -49,7 +49,6 @@ class Bignum {
|
|
|
| void AssignPowerUInt16(uint16_t base, int exponent);
|
|
|
| - void AddUInt16(uint16_t operand);
|
| void AddUInt64(uint64_t operand);
|
| void AddBignum(const Bignum& other);
|
| // Precondition: this >= other.
|
|
|