Browse Source

Remove backward compat `--no-error` option

pull/171/head
Yamashita, Yuu 8 years ago
parent
commit
08cfea259c
2 changed files with 0 additions and 8 deletions
  1. +0
    -4
      bin/pyenv-sh-activate
  2. +0
    -4
      bin/pyenv-sh-deactivate

+ 0
- 4
bin/pyenv-sh-activate View File

@ -35,10 +35,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" )
FORCE=1
;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet" )
QUIET=1
;;

+ 0
- 4
bin/pyenv-sh-deactivate View File

@ -21,10 +21,6 @@ while [ $# -gt 0 ]; do
"-f" | "--force" )
FORCE=1
;;
"--no-error" )
# for backward compatibility with v20151103 and earlier
QUIET=1
;;
"-q" | "--quiet")
QUIET=1
;;

Loading…
Cancel
Save