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

Unified Diff: tools/skpdiff/SkDiffContext.cpp

Issue 62333026: Remove unused kMaxPOI. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: reupload Created 7 years, 1 month 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: tools/skpdiff/SkDiffContext.cpp
diff --git a/tools/skpdiff/SkDiffContext.cpp b/tools/skpdiff/SkDiffContext.cpp
index f64aeac2acd8fb974c36ba37a11d9bd95636a7ef..c4a125864a621cef85c285f2794c1c4eb6743371 100644
--- a/tools/skpdiff/SkDiffContext.cpp
+++ b/tools/skpdiff/SkDiffContext.cpp
@@ -16,9 +16,6 @@
#include "SkDiffContext.h"
#include "skpdiff_util.h"
-// Truncates the number of points of interests in JSON output to not freeze the parser
-static const int kMaxPOI = 100;
-
SkDiffContext::SkDiffContext() {
fDiffers = NULL;
fDifferCount = 0;
« 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