diff --git a/hipamd/src/hip_fatbin.cpp b/hipamd/src/hip_fatbin.cpp index d163d121fc..b26377135e 100644 --- a/hipamd/src/hip_fatbin.cpp +++ b/hipamd/src/hip_fatbin.cpp @@ -87,10 +87,6 @@ FatBinaryInfo::~FatBinaryInfo() { image_ = nullptr; uri_ = std::string(); - if (0 == PlatformState::instance().UfdMapSize()) { - LogError("All Unique FDs are closed"); - } - } else { // Using Runtime Unbundler if (amd::Os::isValidFileDesc(fdesc_)) {