summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/double-conversion/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/double-conversion/bignum.h')
-rw-r--r--src/3rdparty/double-conversion/bignum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/double-conversion/bignum.h b/src/3rdparty/double-conversion/bignum.h
index 5ec3544f57..c385f2237b 100644
--- a/src/3rdparty/double-conversion/bignum.h
+++ b/src/3rdparty/double-conversion/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.