From 29dd3600108fdf9a5730c3a81e914c4a7fe2b639 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Johnsen Date: Sat, 14 Dec 2024 10:39:54 +0100 Subject: [PATCH] style: remove unnecessary variable declarations at the top of file in pyenv-init. --- libexec/pyenv-init | 3 --- 1 file changed, 3 deletions(-) diff --git a/libexec/pyenv-init b/libexec/pyenv-init index 57354995..ff2e1e05 100755 --- a/libexec/pyenv-init +++ b/libexec/pyenv-init @@ -20,9 +20,6 @@ if [ "$1" = "--complete" ]; then fi mode="help" -no_rehash="" -no_push_path="" -shell="" while [ "$#" -gt 0 ]; do case "$1" in