mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Remove an unused static variable
This commit is contained in:
parent
7fc72e46b3
commit
884eb2b198
|
@ -1503,8 +1503,6 @@ history_t &history_t::history_with_name(const wcstring &name) {
|
|||
return *hist;
|
||||
}
|
||||
|
||||
static relaxed_atomic_bool_t private_mode{false};
|
||||
|
||||
void start_private_mode(env_stack_t &vars) {
|
||||
vars.set_one(L"fish_history", ENV_GLOBAL, L"");
|
||||
vars.set_one(L"fish_private_mode", ENV_GLOBAL, L"1");
|
||||
|
|
Loading…
Reference in New Issue
Block a user