mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01: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):
|
def collect_errors_for_files(files_to_check, checking_functions):
|
||||||
base_path = "components/script/dom/"
|
|
||||||
for file_name in files_to_check:
|
for file_name in files_to_check:
|
||||||
with open(file_name, "r") as fp:
|
with open(file_name, "r") as fp:
|
||||||
contents = fp.read()
|
contents = fp.read()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue