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

Unified Diff: Source/wtf/Vector.h

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unused variables from signatures 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
Index: Source/wtf/Vector.h
diff --git a/Source/wtf/Vector.h b/Source/wtf/Vector.h
index e11df8733d942b7ca720df22e2eec4f57474bd2a..ac3199ed4e4d4a844a14218bcb7ae11e7af9968b 100644
--- a/Source/wtf/Vector.h
+++ b/Source/wtf/Vector.h
@@ -28,7 +28,6 @@
#include "wtf/PartitionAlloc.h"
#include "wtf/QuantizedAllocation.h"
#include "wtf/StdLibExtras.h"
-#include "wtf/UnusedParam.h"
#include "wtf/VectorTraits.h"
#include "wtf/WTF.h"
#include <string.h>

Powered by Google App Engine
This is Rietveld 408576698