| 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;
|
|
|