SWDEV-451736 - Revert "SWDEV-444670 - Register the Runtime::tearDown function to be called at exit"

This reverts commit 8392200773.

Change-Id: Ib9cb1cc0c3903bfba56c9a5d05ae8afe96be583a


[ROCm/clr commit: 51926b6b6b]
This commit is contained in:
Ioannis Assiouras
2024-03-20 00:01:02 +00:00
parent 08e18077cc
commit 50ecfb39c9
2 ha cambiato i file con 3 aggiunte e 11 eliminazioni
@@ -120,12 +120,4 @@ uint ReferenceCountedObject::release() {
return newCount;
}
#ifndef _WIN32
void __attribute__((destructor)) hipTearDown() {
if (amd::IS_HIP) {
Runtime::tearDown();
}
}
#endif
} // namespace amd