remove unused code (#504)

Este commit está contenido en:
Aryan Salmanpour
2025-02-03 13:21:43 -05:00
cometido por GitHub
padre 03c9c407d3
commit 320d1422af
-5
Ver fichero
@@ -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