Remove unused functions

Change-Id: I55db791019c511de83d8b895e3a48b3d7475aeac
Este commit está contenido en:
Matt Arsenault
2020-06-30 18:11:00 -04:00
cometido por Matthew Arsenault
padre a430215067
commit 9e3e41ca2e
Se han modificado 2 ficheros con 0 adiciones y 48 borrados
-5
Ver fichero
@@ -63,11 +63,6 @@ static hsa_status_t GetKernelNamesCallback(hsa_executable_t exec, hsa_agent_t ag
return HSA_STATUS_SUCCESS;
}
/* Temporary log function for the compiler library */
static void logFunction(const char* msg, size_t size) {
std::cout << "Compiler Library log :" << msg << std::endl;
}
static inline const char* hsa_strerror(hsa_status_t status) {
const char* str = nullptr;
if (hsa_status_string(status, &str) == HSA_STATUS_SUCCESS) {