system-agent: remove an unused variable

sys_service_p in
src/audio/module_adapter/library/native_system_agent.c is unused,
remove it.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
Guennadi Liakhovetski 2023-09-08 17:29:12 +02:00 committed by Kai Vehmanen
parent 3b31adc259
commit 0675b2af33
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ void *native_system_agent_start(uint32_t *sys_service,
native_sys_agent.log_handle = log_handle;
void *system_agent_p = &native_sys_agent;
uint32_t **sys_service_p = &sys_service;
*sys_service_p = (uint32_t *)(&native_sys_agent.system_service);
native_create_instance_f ci = (native_create_instance_f)entry_point;