Skip to content

Commit

Permalink
system-agent: remove an unused variable
Browse files Browse the repository at this point in the history
sys_service_p in
src/audio/module_adapter/library/native_system_agent.c is unused,
remove it.

Signed-off-by: Guennadi Liakhovetski <[email protected]>
  • Loading branch information
lyakh committed Sep 12, 2023
1 parent bec031a commit e90dc66
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/audio/module_adapter/library/native_system_agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e90dc66

Please sign in to comment.