Index: Source/wtf/dtoa/cached-powers.cc |
diff --git a/Source/wtf/dtoa/cached-powers.cc b/Source/wtf/dtoa/cached-powers.cc |
index a40d4878ad88a6916fcb730a9d9e34e6c9c220cc..162dd69c70938de2a22dacbaabbd940983dde9a5 100644 |
--- a/Source/wtf/dtoa/cached-powers.cc |
+++ b/Source/wtf/dtoa/cached-powers.cc |
@@ -33,7 +33,6 @@ |
#include "cached-powers.h" |
#include "utils.h" |
-#include "wtf/UnusedParam.h" |
namespace WTF { |
@@ -160,7 +159,6 @@ namespace double_conversion { |
int max_exponent, |
DiyFp* power, |
int* decimal_exponent) { |
- UNUSED_PARAM(max_exponent); |
#ifndef NDEBUG |
validateStaticConstants(); |
#endif |