mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-26 16:01:15 -03:00
Prevent inline destructor of completion_t to reduce compiled code size a bit
This commit is contained in:
@@ -275,6 +275,10 @@ const wcstring &completion_entry_t::get_short_opt_str() const
|
||||
return short_opt_str;
|
||||
}
|
||||
|
||||
completion_t::~completion_t()
|
||||
{
|
||||
}
|
||||
|
||||
/* completion_t functions */
|
||||
completion_t::completion_t(const wcstring &comp, const wcstring &desc, int flags_val) : completion(comp), description(desc), flags(flags_val)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user