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

Unified Diff: Source/wtf/QuantizedAllocation.cpp

Issue 54883002: Fix more warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months 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
« Source/testing/runner/EventSender.cpp ('K') | « Source/wtf/PageAllocator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/QuantizedAllocation.cpp
diff --git a/Source/wtf/QuantizedAllocation.cpp b/Source/wtf/QuantizedAllocation.cpp
index d918e6bae9d24a88aafc168eb584717ad534aa09..72eb1e4d2cf53661ae87e9bb3c6e6990d7d9710d 100644
--- a/Source/wtf/QuantizedAllocation.cpp
+++ b/Source/wtf/QuantizedAllocation.cpp
@@ -40,7 +40,6 @@ void QuantizedAllocation::init()
size_t currAllocation = 0;
size_t currRounding = kMinRounding;
size_t currRoundingLimit = kMinRoundingLimit / 2;
- size_t numCurrRounding = 0;
Nico 2013/10/31 15:40:59 cevans: fyi, in case this was supposed to do somet
for (size_t i = 0; i < kTableSize; ++i) {
table[i] = currRounding - 1;
currAllocation += kMinRoundingLimit;
« Source/testing/runner/EventSender.cpp ('K') | « Source/wtf/PageAllocator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698