Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/double-conversion/src/bignum.h

Issue 2019983002: Roll third_party/double_conversion (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Minor update Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/double-conversion/README.google ('k') | third_party/double-conversion/src/bignum.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/double-conversion/src/bignum.h
diff --git a/third_party/double-conversion/src/bignum.h b/third_party/double-conversion/src/bignum.h
index 5ec3544f573d3052df759b21cf796d4371c5312e..c385f2237bae1a6e2f7313f9a065b0dbd9b225e8 100644
--- a/third_party/double-conversion/src/bignum.h
+++ b/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.
« no previous file with comments | « third_party/double-conversion/README.google ('k') | third_party/double-conversion/src/bignum.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698