ffa07e28e7
The agent properties variable `agent_props` was declared but never used in the `InitScratchSRD()` function. Which casued compile warning: runtime/core/runtime/amd_aql_queue.cpp:1880:15: warning: unused variable ‘agent_props’ [-Wunused-variable] 1880 | const auto& agent_props = agent_->properties(); No functional changes, purely a code cleanup commit.