Cleanup: remove unused variables

This commit is contained in:
2023-02-11 13:59:48 +11:00
parent ce44953933
commit 9f4edf8c2a
5 changed files with 5 additions and 11 deletions

View File

@@ -74,8 +74,6 @@ def test_lookup_coverage():
print("----------------------------------")
print("RNA Patterns Unknown to the Manual")
unknown_rna_list = []
for rna_group, rna_id in rna_ids():
# Correct but slower & doesn't track usage.
# url = wm.WM_OT_doc_view_manual._lookup_rna_url(rna_id, verbose=False)