Skip to content

Commit d659507

Browse files
committed
refactor: remove private compatibility wrappers
Removal of these is a breaking change, but the replacements are not public, and we don't want possible users to move to using the private ones.
1 parent fd8c53e commit d659507

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bash_completion.d/000_bash_completion_compat.bash

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ _comp_deprecate_func 2.12 _command _comp_command
99
_comp_deprecate_func 2.12 _root_command _comp_root_command
1010
_comp_deprecate_func 2.12 _xfunc _comp_xfunc
1111
_comp_deprecate_func 2.12 _upvars _comp_upvars
12-
_comp_deprecate_func 2.12 __reassemble_comp_words_by_ref _comp__reassemble_words
13-
_comp_deprecate_func 2.12 __get_cword_at_cursor_by_ref \
14-
_comp__get_cword_at_cursor
1512
_comp_deprecate_func 2.12 _get_comp_words_by_ref _comp_get_words
1613
_comp_deprecate_func 2.12 _longopt _comp_longopt
17-
_comp_deprecate_func 2.12 _split_longopt _comp__split_longopt
1814
_comp_deprecate_func 2.12 __ltrim_colon_completions _comp_ltrim_colon_completions
1915
_comp_deprecate_func 2.12 _signals _comp_signals
2016

0 commit comments

Comments
 (0)