remove unused code (#504)

[ROCm/rocdecode commit: 320d1422af]
This commit is contained in:
Aryan Salmanpour
2025-02-03 13:21:43 -05:00
committato da GitHub
parent 81155a7787
commit 08a70a5ae4
@@ -98,11 +98,6 @@ template <typename Tp> void ToolInit(Tp* table) {
auto rocp_reg_status = rocprofiler_register_library_api_table(
dispatch_table_info<Tp>::name, dispatch_table_info<Tp>::import_func,
dispatch_table_info<Tp>::version, table_array.data(), table_array.size(), &lib_id);
bool report_register_errors = false;
if (report_register_errors && rocp_reg_status != ROCP_REG_SUCCESS)
fprintf(stderr, "rocprofiler-register failed for %s with error code %i: %s\n",
dispatch_table_info<Tp>::name, rocp_reg_status, rocprofiler_register_error_string(rocp_reg_status));
#else
(void)table;
#endif