From 9734bc078adf1ff7ea8368b29ed54bd6ae6088ce Mon Sep 17 00:00:00 2001 From: Sean Keely Date: Tue, 28 Mar 2017 18:22:49 -0500 Subject: [PATCH] Remove comments, no functional change. Change-Id: I923c037803a847352c2c50d9d47460cb0f01f22c [ROCm/ROCR-Runtime commit: 8a5ff78be61b37a3e45f7ea1693f01b0f02d0b21] --- .../rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp index dfdab08614..f2cf2d55c6 100755 --- a/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/core/runtime/runtime.cpp @@ -551,9 +551,6 @@ hsa_status_t Runtime::SetAsyncSignalHandler(hsa_signal_t signal, hsa_signal_value_t value, hsa_amd_signal_handler handler, void* arg) { - // Asyncronous signal handler is only supported when KFD events are on. - // if (!core::g_use_interrupt_wait) return HSA_STATUS_ERROR_OUT_OF_RESOURCES; - // Indicate that this signal is in use. if (signal.handle != 0) hsa_signal_handle(signal)->Retain();