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

Unified Diff: src/client/linux/microdump_writer/microdump_writer.cc

Issue 2006333002: Fixing an unused-variable warning in microdump_writer.cc (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/client/linux/microdump_writer/microdump_writer.cc
diff --git a/src/client/linux/microdump_writer/microdump_writer.cc b/src/client/linux/microdump_writer/microdump_writer.cc
index ba10ee3a602c1ef920bf48b786645f200aa9b138..26f7250f490c09f533f242d92ce28616274dd312 100644
--- a/src/client/linux/microdump_writer/microdump_writer.cc
+++ b/src/client/linux/microdump_writer/microdump_writer.cc
@@ -504,7 +504,6 @@ class MicrodumpWriter {
if (hole_hi > hole_lo) {
size_t hole_sz = hole_hi - hole_lo;
- int log2_hole_sz = Log2Floor(hole_sz);
hole_sum += hole_sz;
hole_max = std::max(hole_sz, hole_max);
++hole_cnt;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698