mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Remove an unused type
This commit is contained in:
parent
014b91488d
commit
37e748ad54
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue