Remove completer_t::complete_special_cd

The class `completer_t` declares `complete_special_cd`, an unused method. I searched the entire source tree and this declaration seems to be the only instance of `complete_special_cd`. There is no definition or uses which likely means this is dead code.
This commit is contained in:
Jon Eyolfson 2017-07-27 19:49:03 -04:00 committed by Kurtis Rader
parent 4e026588f4
commit 18219646a0

View File

@ -317,8 +317,6 @@ class completer_t {
void complete_param_expand(const wcstring &str, bool do_file,
bool handle_as_special_cd = false);
void complete_special_cd(const wcstring &str);
void complete_cmd(const wcstring &str, bool use_function, bool use_builtin, bool use_command,
bool use_implicit_cd);