We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4510f commit 73a4115Copy full SHA for 73a4115
src/env.h
@@ -142,7 +142,6 @@ class NODE_EXTERN_PRIVATE IsolateData : public MemoryRetainer {
142
ArrayBufferAllocator* node_allocator = nullptr,
143
const EmbedderSnapshotData* embedder_snapshot_data = nullptr,
144
std::shared_ptr<PerIsolateOptions> options = nullptr);
145
- ~IsolateData();
146
147
SET_MEMORY_INFO_NAME(IsolateData)
148
SET_SELF_SIZE(IsolateData)
0 commit comments