X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FJavaScriptCore%2Fruntime%2FJSBigInt.h;h=3f9e232fb2feb3975462a5ff64abf0dddd68ef7d;hp=52ff88cbb2223aee54dfff416d869bcb640ef38b;hb=b828c854d8e8509579573b35be0f54d9df51f40e;hpb=6b0b86a4e0f7164dc695dcbd98856ebc9b0ddc67 diff --git a/Source/JavaScriptCore/runtime/JSBigInt.h b/Source/JavaScriptCore/runtime/JSBigInt.h index 52ff88c..3f9e232 100644 --- a/Source/JavaScriptCore/runtime/JSBigInt.h +++ b/Source/JavaScriptCore/runtime/JSBigInt.h @@ -175,7 +175,6 @@ private: static Digit digitDiv(Digit high, Digit low, Digit divisor, Digit& remainder); static Digit digitPow(Digit base, Digit exponent); - static String toStringBasePowerOfTwo(ExecState*, JSBigInt*, unsigned radix); static String toStringGeneric(ExecState*, JSBigInt*, unsigned radix); bool isZero();