diff options
author | Thiago Farina <tfarina@chromium.org> | 2014-10-24 17:21:41 -0200 |
---|---|---|
committer | Thiago Farina <tfarina@chromium.org> | 2014-10-24 17:21:41 -0200 |
commit | a15893ac411ee77bb33cdbe7fc6736e235911231 (patch) | |
tree | 04312e2afdc67600126c2d930d183d327ecc7d4e /tools | |
parent | 74077b9941ed3f73d92ba978ef29bf3e6f630cbc (diff) |
tools: Remove reference to svndiff.
svndiff script was archived by commit
https://skia.googlesource.com/skia/+/70242ace3b2ed06b33ee5ea5c9ac3aedea89b194
R=borenet@google.com
Review URL: https://codereview.chromium.org/658923002
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/jsondiff.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/jsondiff.py b/tools/jsondiff.py index 050a177b00..91e3e4b743 100755 --- a/tools/jsondiff.py +++ b/tools/jsondiff.py @@ -82,7 +82,6 @@ class GMDiffer(object): all_expectations = json_dict[gm_json.JSONKEY_EXPECTEDRESULTS] # Prevent https://code.google.com/p/skia/issues/detail?id=1588 - # ('svndiff.py: 'NoneType' object has no attribute 'keys'') if not all_expectations: return result_dict |