Remove an unused type

This commit is contained in:
ridiculousfish 2018-03-05 21:58:22 -08:00
parent 014b91488d
commit 37e748ad54

View file

@ -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);