Remove destructor from GCEvent and instead rely on the OS to clean up (dotnet/coreclr...
authorSean Gillespie <sean@swgillespie.me>
Sat, 22 Apr 2017 11:39:09 +0000 (04:39 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 22 Apr 2017 11:39:09 +0000 (04:39 -0700)
commit0640758b7d56b214ee379f99673c506dd39fd230
treea2186be5d64db21f397865ae93618d6754a14e3c
parent20d286eb04fa7e9bdf946c128257d41fb62adda9
Remove destructor from GCEvent and instead rely on the OS to clean up (dotnet/coreclr#11132)

* Remove destructor from GCEvent and instead rely on the OS to clean up

* Add a comment justifying the lack of destructor

* wording: many -> all

Commit migrated from https://github.com/dotnet/coreclr/commit/02fa8ca0932d02ce369f6a7405128ab5b729fb8d
src/coreclr/src/gc/env/gcenv.os.h
src/coreclr/src/gc/unix/events.cpp
src/coreclr/src/gc/windows/gcenv.windows.cpp
src/coreclr/src/vm/gcenv.os.cpp