mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 08:56:10 +08:00
Remove an unused type
This commit is contained in:
parent
014b91488d
commit
37e748ad54
@ -160,10 +160,6 @@ class env_node_t {
|
||||
bool contains_any_of(const wcstring_list_t &vars) const;
|
||||
};
|
||||
|
||||
class variable_entry_t {
|
||||
wcstring value; /**< Value of the variable */
|
||||
};
|
||||
|
||||
static fish_mutex_t env_lock;
|
||||
|
||||
static bool local_scope_exports(const env_node_t *n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user