Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_worker.h')
-rw-r--r--src/node_worker.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_worker.h b/src/node_worker.h
index 893e03db53f..744c31a9932 100644
--- a/src/node_worker.h
+++ b/src/node_worker.h
@@ -100,9 +100,6 @@ class Worker : public AsyncWrap {
std::unique_ptr<MessagePortData> child_port_data_;
std::shared_ptr<KVStore> env_vars_;
- // The child port is kept alive by the child Environment's persistent
- // handle to it, as long as that child Environment exists.
- MessagePort* child_port_ = nullptr;
// This is always kept alive because the JS object associated with the Worker
// instance refers to it via its [kPort] property.
MessagePort* parent_port_ = nullptr;