Skip to content

Commit 9832551

Browse files
committed
windows: remove unused variable
1 parent b474315 commit 9832551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpython-windows/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ def build_openssl_for_arch(
11041104
):
11051105
openssl_version = DOWNLOADS["openssl"]["version"]
11061106
nasm_version = DOWNLOADS["nasm-windows-bin"]["version"]
1107-
jom_version = DOWNLOADS["jom-windows-bin"]["version"]
11081107

11091108
log("extracting %s to %s" % (openssl_archive, build_root))
11101109
extract_tar_to_directory(openssl_archive, build_root)

0 commit comments

Comments
 (0)