diff --git a/src/env.h b/src/env.h index 6878f725bf6155..024ec7804d0edb 100644 --- a/src/env.h +++ b/src/env.h @@ -517,8 +517,6 @@ class Environment { inline AsyncHooks(); // Keep a list of all Persistent strings used for Provider types. v8::Eternal providers_[AsyncWrap::PROVIDERS_LENGTH]; - // Keep track of the environment copy itself. - Environment* env_; // Stores the ids of the current execution context stack. AliasedBuffer async_ids_stack_; // Attached to a Uint32Array that tracks the number of active hooks for