Remove unused variable

This commit is contained in:
Corey Farwell 2015-08-08 18:17:39 -04:00
parent 2d841e1d91
commit b91320cb05

View file

@ -240,7 +240,6 @@ def check_spec(file_name, contents):
def collect_errors_for_files(files_to_check, checking_functions):
base_path = "components/script/dom/"
for file_name in files_to_check:
with open(file_name, "r") as fp:
contents = fp.read()