From d6ec7b6489100e56903023f9c74151ac7f951f01 Mon Sep 17 00:00:00 2001 From: David Yat Sin Date: Wed, 21 Aug 2024 15:40:09 +0000 Subject: [PATCH] rocr: Remove unnecessary function declarations Change-Id: Ia2613ce74cac808f9239fc24049b57b7b1abaed9 --- runtime/hsa-runtime/hsacore.so.def | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runtime/hsa-runtime/hsacore.so.def b/runtime/hsa-runtime/hsacore.so.def index 3a575367f4..6f1a019fbc 100644 --- a/runtime/hsa-runtime/hsacore.so.def +++ b/runtime/hsa-runtime/hsacore.so.def @@ -247,12 +247,6 @@ global: hsa_amd_vmem_retain_alloc_handle; hsa_amd_vmem_get_alloc_properties_from_handle; hsa_amd_agent_set_async_scratch_limit; - hsa_tools_scratch_event_alloc_start; - hsa_tools_scratch_event_alloc_end; - hsa_tools_scratch_event_free_start; - hsa_tools_scratch_event_free_end; - hsa_tools_scratch_event_async_reclaim_start; - hsa_tools_scratch_event_async_reclaim_end; hsa_ven_amd_pcs_iterate_configuration; hsa_ven_amd_pcs_create; hsa_ven_amd_pcs_create_from_id;