aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureResultsWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PictureResultsWriter.h')
-rw-r--r--tools/PictureResultsWriter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/PictureResultsWriter.h b/tools/PictureResultsWriter.h
index 9aa33b52ec..272a50c4c3 100644
--- a/tools/PictureResultsWriter.h
+++ b/tools/PictureResultsWriter.h
@@ -140,7 +140,6 @@ private:
SkString currentLine;
};
-#ifdef SK_BUILD_JSON_WRITER
/**
* This PictureResultsWriter collects data in a JSON node
*
@@ -227,6 +226,5 @@ private:
Json::Value *fCurrentTileSet;
Json::Value *fCurrentTile;
};
-#endif // SK_BUILD_JSON_WRITER
#endif