Skip to content

Commit f7d79e3

Browse files
committed
Cleanup unused variables
1 parent 2bbb307 commit f7d79e3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

bin/pyenv-virtualenv-migrate

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,6 @@ if [ -z "$VENVS" ]; then
8686
usage 1
8787
fi
8888

89-
# if [ -z "$TMPDIR" ]; then
90-
# TMP="/tmp"
91-
# else
92-
# TMP="${TMPDIR%/}"
93-
# fi
94-
95-
# SEED="$(date "+%Y%m%d%H%M%S").$$"
96-
# LOG_PATH="${TMP}/python-build.${SEED}.log"
97-
9889
trap migration_failed ERR
9990
for VENV_SRC in $VENVS
10091
do

0 commit comments

Comments
 (0)