Fix ufw completion

- remove the needless function
This commit is contained in:
Shohei YOSHIDA 2026-03-08 21:38:37 +09:00
parent ba9b7bb7d3
commit 9d7f1bd8b6
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 0 additions and 8 deletions

View File

@ -89,14 +89,6 @@ _ufw_app() {
return ret return ret
} }
(( $+functions[_flutter_pub_token_subcommand] )) ||
_flutter_pub_token_subcommand() {
local -a subcommands=(
)
_describe -t subcommands 'subcommand' subcommands "$@"
}
_ufw() { _ufw() {
local curcontext="$curcontext" ret=1 local curcontext="$curcontext" ret=1
local -a state line commands local -a state line commands