Skip to content

Commit 1f46c2d

Browse files
committed
fixup: dummy implementation using macro
1 parent a8fd24c commit 1f46c2d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/clock.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,8 @@ static void _update_process_times(void)
116116
}
117117

118118
#else
119-
static void _update_process_times(void)
120-
{
121-
return ;
122-
}
119+
120+
#define _update_process_times()
123121
#endif /* RT_TRACING_CPU_USAGE */
124122

125123
/**

0 commit comments

Comments
 (0)