diff --git a/src/pager.cpp b/src/pager.cpp index 327bb3cac..4c6d4219f 100644 --- a/src/pager.cpp +++ b/src/pager.cpp @@ -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; /// The minimum width (in characters) the terminal must to show completions at all.