mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
env.cpp: unusued var_table_t table in create_export_array()
This commit is contained in:
parent
365a6ee384
commit
89ba9f76e2
1 changed files with 0 additions and 2 deletions
|
@ -667,8 +667,6 @@ bool env_scoped_impl_t::export_array_needs_regeneration() const {
|
|||
}
|
||||
|
||||
std::shared_ptr<owning_null_terminated_array_t> env_scoped_impl_t::create_export_array() const {
|
||||
var_table_t table;
|
||||
|
||||
FLOG(env_export, L"create_export_array() recalc");
|
||||
var_table_t vals;
|
||||
get_exported(this->globals_, vals);
|
||||
|
|
Loading…
Reference in a new issue