mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Remove counter that is no longer used
This was only used by the warning code, which was removed.
This commit is contained in:
parent
19efcdcd80
commit
5e134e155c
|
|
@ -52,8 +52,6 @@ if [[ -z $bare ]]; then
|
|||
IFS="$OLDIFS"
|
||||
fi
|
||||
|
||||
num_versions=0
|
||||
|
||||
exists() {
|
||||
local car="$1"
|
||||
local cdar
|
||||
|
|
@ -84,7 +82,6 @@ print_version() {
|
|||
else
|
||||
echo "${miss_prefix}${version_repr}"
|
||||
fi
|
||||
num_versions=$((num_versions + 1))
|
||||
}
|
||||
|
||||
shopt -s dotglob
|
||||
|
|
|
|||
Loading…
Reference in a new issue