mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
remove stale typedef
This commit is contained in:
parent
696057ab57
commit
f4d0bafbd4
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
#include "wutil.h" // IWYU pragma: keep
|
||||
|
||||
using comp_t = pager_t::comp_t;
|
||||
using completion_list_t = completion_list_t;
|
||||
using comp_info_list_t = std::vector<comp_t>;
|
||||
|
||||
/// The minimum width (in characters) the terminal must to show completions at all.
|
||||
|
|
Loading…
Reference in a new issue