mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Remove unused variable
This commit is contained in:
parent
2d841e1d91
commit
b91320cb05
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue