remove unused code (#117)

此提交包含在:
Aryan Salmanpour
2025-02-03 14:01:01 -05:00
提交者 GitHub
父節點 3869523ccd
當前提交 391ae1da73
-5
查看文件
@@ -84,11 +84,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