Skip to content

Commit 91617e0

Browse files
committed
unix: remove unused variable
1 parent ed0d6a4 commit 91617e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cpython-unix/build-cpython.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,6 @@ with open(sys.argv[1], "w") as fh:
433433
json.dump(metadata, fh, sort_keys=True, indent=4)
434434
EOF
435435

436-
PYTHON_EXE=${ROOT}/out/python/install/bin/$(readlink ${ROOT}/out/python/install/bin/python3)
437-
438436
${BUILD_PYTHON} ${ROOT}/generate_metadata.py ${ROOT}/metadata.json
439437
cat ${ROOT}/metadata.json
440438

0 commit comments

Comments
 (0)