Skip to content

Commit e065d09

Browse files
committed
Platform: POSIX: Remove unused variable cc
This change avoids error: sof/src/platform/posix/ipc.c:90:23: error: unused variable 'cc' [-Werror,-Wunused-variable] Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent eb0fe52 commit e065d09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/posix/ipc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ static void fuzz_isr(const void *arg)
8787
// on only rarely, fill it in manually.
8888
*(uint32_t *)global_ipc->comp_data = msgsz;
8989

90-
struct sof_ipc_comp *cc = global_ipc->comp_data;
91-
9290
// "Adjust" the command to represent a "comp new" command per
9391
// above. Basically we want to copy in the UUID value for one
9492
// of the runtime-enumerated drivers based on data already

0 commit comments

Comments
 (0)