mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-16 07:01:14 -03:00
Remove the op from env_dispatch
Environment dispatch passes strings like "ERASE" and "SET" but nobody ever looks at those. Just get rid of them.
This commit is contained in:
@@ -14,7 +14,7 @@ class environment_t;
|
||||
void env_dispatch_init(const environment_t &vars);
|
||||
|
||||
class env_stack_t;
|
||||
void env_dispatch_var_change(const wchar_t *op, const wcstring &key, env_stack_t &vars);
|
||||
void env_dispatch_var_change(const wcstring &key, env_stack_t &vars);
|
||||
void guess_emoji_width();
|
||||
|
||||
void env_universal_callbacks(env_stack_t *stack, const callback_data_list_t &callbacks);
|
||||
|
||||
Reference in New Issue
Block a user