Skip to content

Commit baa3e65

Browse files
Jyri Sarhalgirdwood
authored andcommitted
debug: debug_stream_thread_info: Silence "unused variable" warning
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent cb1b7d0 commit baa3e65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/debug/debug_stream/debug_stream_thread_info.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ static uint8_t thread_info_cpu_utilization(struct k_thread *thread,
122122
{
123123
k_thread_runtime_stats_t thread_stats;
124124
uint32_t cycles;
125-
int ret;
126125

127126
if (!ud->stats_valid)
128127
return 0;

0 commit comments

Comments
 (0)