[all-commits] [llvm/llvm-project] 449389: [libclang/python/tests] Remove unused variables (#...
Jannick Kremer via All-commits
all-commits at lists.llvm.org
Thu Oct 31 07:21:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4493897499abbc60b1aa9e99717db93ae8450e6d
https://github.com/llvm/llvm-project/commit/4493897499abbc60b1aa9e99717db93ae8450e6d
Author: Jannick Kremer <jannick.kremer at mailbox.org>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M clang/bindings/python/tests/cindex/test_cdb.py
M clang/bindings/python/tests/cindex/test_cursor.py
M clang/bindings/python/tests/cindex/test_index.py
M clang/bindings/python/tests/cindex/test_type.py
Log Message:
-----------
[libclang/python/tests] Remove unused variables (#114397)
Remove all occurrences of unused varialbes in the python bindings tests.
Use `_` to ignore unused values in tuple unpacking expressions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list