Skip to content

Commit 1a93a4c

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 3c21945 commit 1a93a4c

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
@@ -142,7 +142,6 @@ class NODE_EXTERN_PRIVATE IsolateData : public MemoryRetainer {
142142
ArrayBufferAllocator* node_allocator = nullptr,
143143
const EmbedderSnapshotData* embedder_snapshot_data = nullptr,
144144
std::shared_ptr<PerIsolateOptions> options = nullptr);
145-
~IsolateData();
146145

147146
SET_MEMORY_INFO_NAME(IsolateData)
148147
SET_SELF_SIZE(IsolateData)

0 commit comments

Comments
 (0)