diff --git a/rocclr/hip_code_object.cpp b/rocclr/hip_code_object.cpp index bb957b8cf3..f377fc594f 100755 --- a/rocclr/hip_code_object.cpp +++ b/rocclr/hip_code_object.cpp @@ -383,7 +383,6 @@ hipError_t StatCO::registerStatFunction(const void* hostFunction, Function* func if (functions_.find(hostFunction) != functions_.end()) { DevLogPrintfError("hostFunctionPtr: 0x%x already exists", hostFunction); - guarantee(false); } functions_.insert(std::make_pair(hostFunction, func));