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

Unified Diff: Source/wtf/dtoa/cached-powers.cc

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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 | « Source/wtf/Vector.h ('k') | Source/wtf/dtoa/fixed-dtoa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/wtf/Vector.h ('k') | Source/wtf/dtoa/fixed-dtoa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698