We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0fe52 commit e065d09Copy full SHA for e065d09
src/platform/posix/ipc.c
@@ -87,8 +87,6 @@ static void fuzz_isr(const void *arg)
87
// on only rarely, fill it in manually.
88
*(uint32_t *)global_ipc->comp_data = msgsz;
89
90
- struct sof_ipc_comp *cc = global_ipc->comp_data;
91
-
92
// "Adjust" the command to represent a "comp new" command per
93
// above. Basically we want to copy in the UUID value for one
94
// of the runtime-enumerated drivers based on data already
0 commit comments