Remove _hledger_quote(), unused.

This commit is contained in:
Vladimir Zhelezov 2020-12-13 09:21:31 +01:00
parent 3cabee2470
commit 83cfd104f9
2 changed files with 0 additions and 14 deletions

View File

@ -143,13 +143,6 @@ _hledger_quote_by_ref()
[[ ${!2} == \$* ]] && eval "$2=${!2}" [[ ${!2} == \$* ]] && eval "$2=${!2}"
} }
_hledger_quote()
{
local quoted
_hledger_quote_by_ref "$1" quoted
printf %s "$quoted"
}
# Set the value of COMPREPLY from newline delimited completion candidates # Set the value of COMPREPLY from newline delimited completion candidates
_hledger_compreply() { _hledger_compreply() {
local IFS=$'\n' local IFS=$'\n'

View File

@ -143,13 +143,6 @@ _hledger_quote_by_ref()
[[ ${!2} == \$* ]] && eval "$2=${!2}" [[ ${!2} == \$* ]] && eval "$2=${!2}"
} }
_hledger_quote()
{
local quoted
_hledger_quote_by_ref "$1" quoted
printf %s "$quoted"
}
# Set the value of COMPREPLY from newline delimited completion candidates # Set the value of COMPREPLY from newline delimited completion candidates
_hledger_compreply() { _hledger_compreply() {
local IFS=$'\n' local IFS=$'\n'