Skip to content

Commit

Permalink
refactor: remove private compatibility wrappers
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
scop committed May 27, 2023
1 parent fd8c53e commit d659507
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bash_completion.d/000_bash_completion_compat.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ _comp_deprecate_func 2.12 _command _comp_command
_comp_deprecate_func 2.12 _root_command _comp_root_command
_comp_deprecate_func 2.12 _xfunc _comp_xfunc
_comp_deprecate_func 2.12 _upvars _comp_upvars
_comp_deprecate_func 2.12 __reassemble_comp_words_by_ref _comp__reassemble_words
_comp_deprecate_func 2.12 __get_cword_at_cursor_by_ref \
_comp__get_cword_at_cursor
_comp_deprecate_func 2.12 _get_comp_words_by_ref _comp_get_words
_comp_deprecate_func 2.12 _longopt _comp_longopt
_comp_deprecate_func 2.12 _split_longopt _comp__split_longopt
_comp_deprecate_func 2.12 __ltrim_colon_completions _comp_ltrim_colon_completions
_comp_deprecate_func 2.12 _signals _comp_signals

Expand Down

0 comments on commit d659507

Please sign in to comment.