aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-18 21:01:29 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-18 21:01:29 +0000
commitc32ce49df871fdbd8f4d5545c729e883fcc9841c (patch)
tree27a2e93a4e6dea25829e82b27f42b45d7364509e /tools
parent0f6dc21e324a0829ed7f4ff4c4238f75f62683b5 (diff)
Remove unused kMaxPOI.
BUG= R=djsollen@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/62333026 git-svn-id: http://skia.googlecode.com/svn/trunk@12307 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools')
-rw-r--r--tools/skpdiff/SkDiffContext.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/skpdiff/SkDiffContext.cpp b/tools/skpdiff/SkDiffContext.cpp
index f64aeac2ac..c4a125864a 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;