From a5664fc93f329f2e94b4343617c8b97dc1106485 Mon Sep 17 00:00:00 2001 From: kjayapra-amd Date: Wed, 10 Jul 2024 09:57:08 -0400 Subject: [PATCH] SWDEV-460113 - Remove the ufd print. Change-Id: If0d64ea4b6662493784c040aa1ceffafc8efa1c3 --- hipamd/src/hip_fatbin.cpp | 4 ---- 1 file changed, 4 deletions(-) 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_)) {