style: remove unnecessary variable declarations at the top of file in pyenv-init.

This commit is contained in:
Christian Fredrik Johnsen 2024-12-14 10:39:54 +01:00
parent 10732c1d8a
commit 29dd360010

View File

@ -20,9 +20,6 @@ if [ "$1" = "--complete" ]; then
fi
mode="help"
no_rehash=""
no_push_path=""
shell=""
while [ "$#" -gt 0 ]; do
case "$1" in