diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp index 0969d27e32..c98b2e5944 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp @@ -2573,7 +2573,6 @@ hsa_status_t hsa_executable_iterate_program_symbols( hsa_status_t hsa_status_string( hsa_status_t status, const char **status_string) { - IS_OPEN(); IS_BAD_PTR(status_string); const size_t status_u = static_cast(status); switch (status_u) {