Skip to content

Commit 889ee42

Browse files
gahaaspthier
authored andcommitted
Delete CppGC teardown code (#213)
V8 is doing the teardown now, so there is no need for node to do it.
1 parent ebdc874 commit 889ee42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/env.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ class NODE_EXTERN_PRIVATE IsolateData : public MemoryRetainer {
139139
ArrayBufferAllocator* node_allocator = nullptr,
140140
const EmbedderSnapshotData* embedder_snapshot_data = nullptr,
141141
std::shared_ptr<PerIsolateOptions> options = nullptr);
142-
~IsolateData();
143142

144143
SET_MEMORY_INFO_NAME(IsolateData)
145144
SET_SELF_SIZE(IsolateData)

0 commit comments

Comments
 (0)