diff --git a/hipamd/rocclr/hip_platform.cpp b/hipamd/rocclr/hip_platform.cpp index af83db0b40..49790d6520 100755 --- a/hipamd/rocclr/hip_platform.cpp +++ b/hipamd/rocclr/hip_platform.cpp @@ -149,8 +149,6 @@ extern "C" void __hipRegisterTexture(hip::FatBinaryInfo** modules, // The d extern "C" void __hipUnregisterFatBinary(hip::FatBinaryInfo** modules) { - HIP_INIT(); - PlatformState::instance().removeFatBinary(modules); }