Skip to content
Prev Previous commit
Next Next commit
unused variable
  • Loading branch information
AA-Turner committed Sep 26, 2023
commit 25688d9e43f77034bce6346b58578dcea515018a
1 change: 0 additions & 1 deletion Tools/patchcheck/patchcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ def ci(pull_request):
base_branch = get_base_branch()
file_paths = changed_files(base_branch)
python_files = [fn for fn in file_paths if fn.endswith('.py')]
c_files = [fn for fn in file_paths if fn.endswith(('.c', '.h'))]
doc_files = [fn for fn in file_paths if fn.startswith('Doc') and
fn.endswith(('.rst', '.inc'))]
fixed = []
Expand Down