Skip to content

Commit

Permalink
Remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed May 2, 2017
1 parent 08f9bf0 commit 212e5e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/cget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,22 +157,18 @@ if [ -z "$LOG_LEVEL" ]; then
LOG_LEVEL=3
fi

help_mode=false; verbose_mode=false; quiet_mode=false; local_opts=
help_mode=false; local_opts=
while getopts ":hvqFC" opt; do
case $opt in
h)
help_mode=true
;;
v)
verbose_mode=true
quiet_mode=false
LOG_LEVEL=4
local_opts="$local_opts -$opt"
;;
q)
verbose_mode=false
quiet_mode=true
LOG_LEVEL=1
LOG_LEVEL=2
;;
F)
local_opts="$local_opts -$opt"
Expand Down

0 comments on commit 212e5e3

Please sign in to comment.