Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py |
index ab1b6f24ac814dcf96c712f51e7c90782c2452bb..dc64bc0525d3eb41af2d1ebe700a1ecc7b2cf2d3 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/png.py |
@@ -42,9 +42,6 @@ class PNGChecker(object): |
self._fs = self._host.filesystem |
def check(self, inline=None): |
- errorstr = "" |
- config_file_path = "" |
- |
if self._fs.exists(self._file_path) and self._file_path.endswith("-expected.png"): |
with self._fs.open_binary_file_for_reading(self._file_path) as filehandle: |
if not read_checksum_from_png.read_checksum(filehandle): |