Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)
[platform/upstream/coreclr.git] / src / gc / unix / events.cpp
index f51eae8..7c665f4 100644 (file)
@@ -247,12 +247,6 @@ GCEvent::GCEvent()
 {
 }
 
-GCEvent::~GCEvent()
-{
-    delete m_impl;
-    m_impl = nullptr;
-}
-
 void GCEvent::CloseEvent()
 {
     assert(m_impl != nullptr);