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

Unified Diff: Source/modules/webdatabase/DatabaseThread.cpp

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/modules/webdatabase/DatabaseServer.cpp ('k') | Source/platform/TraceEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseThread.cpp
diff --git a/Source/modules/webdatabase/DatabaseThread.cpp b/Source/modules/webdatabase/DatabaseThread.cpp
index 9761d53dc54154ff0d3d1fde651a93b831cb0387..5598897d35bf0a37ed96954cc52cb08e2ce64d9e 100644
--- a/Source/modules/webdatabase/DatabaseThread.cpp
+++ b/Source/modules/webdatabase/DatabaseThread.cpp
@@ -36,7 +36,6 @@
#include "platform/Logging.h"
#include "public/platform/Platform.h"
#include "wtf/AutodrainedPool.h"
-#include "wtf/UnusedParam.h"
namespace WebCore {
@@ -76,8 +75,6 @@ bool DatabaseThread::terminationRequested(DatabaseTaskSynchronizer* taskSynchron
#ifndef NDEBUG
if (taskSynchronizer)
taskSynchronizer->setHasCheckedForTermination();
-#else
- UNUSED_PARAM(taskSynchronizer);
#endif
return m_terminationRequested;
« no previous file with comments | « Source/modules/webdatabase/DatabaseServer.cpp ('k') | Source/platform/TraceEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698