Remove destructor from GCEvent and instead rely on the OS to clean up (#11132)
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)
commit02fa8ca0932d02ce369f6a7405128ab5b729fb8d
tree29c8e81965ce96a2358245025cdbf5233005defc
parentea25e8d23626f1f5734016e7c9acb83546688a8e
Remove destructor from GCEvent and instead rely on the OS to clean up (#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
src/gc/env/gcenv.os.h
src/gc/unix/events.cpp
src/gc/windows/gcenv.windows.cpp
src/vm/gcenv.os.cpp