rocr: Remove unused member of GPUAgent

The ape1_size_ member was leftover after the removal
of KV and is no longer used.

Remove it to remove some compiler warnings.

Signed-off-by: Tony Gutierrez <anthony.gutierrez@amd.com>


[ROCm/ROCR-Runtime commit: 5285c24657]
This commit is contained in:
Tony Gutierrez
2025-07-24 16:33:34 -07:00
committed by Yat Sin, David
parent 8f91cd2b03
commit 36072821a8
2 changed files with 1 additions and 5 deletions
@@ -106,7 +106,6 @@ GpuAgent::GpuAgent(HSAuint32 node, const HsaNodeProperties& node_props, bool xna
memory_max_frequency_(0),
enum_index_(index),
ape1_base_(0),
ape1_size_(0),
pending_copy_req_ref_(0),
pending_copy_stat_check_ref_(0),
sdma_blit_used_mask_(0),