Cleanup: remove unused variables

This commit is contained in:
Campbell Barton 2024-03-21 10:06:18 +11:00
parent 57dd9c21d3
commit 6a937d646b
5 changed files with 3 additions and 5 deletions

View file

@ -176,7 +176,6 @@ def main() -> None:
# Support version without a minor version "3" (add zero).
tuple((0, 0, 0))
)
python_version_str = "%d.%d" % python_version_number[:2]
# Get Blender version.
blender_version_str = str(make_utils.parse_blender_version())