Remove _hledger_quote(), unused.
This commit is contained in:
parent
3cabee2470
commit
83cfd104f9
@ -143,13 +143,6 @@ _hledger_quote_by_ref()
|
||||
[[ ${!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
|
||||
_hledger_compreply() {
|
||||
local IFS=$'\n'
|
||||
|
||||
@ -143,13 +143,6 @@ _hledger_quote_by_ref()
|
||||
[[ ${!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
|
||||
_hledger_compreply() {
|
||||
local IFS=$'\n'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user