Skip to content

Commit 99b988b

Browse files
moonlight83340danieldegrasse
authored andcommitted
tests: arch: arc: arc_vpx_lock: remove unused variable
Remove the unused variable 'lock_id' from main.c in the arc_vpx_lock test. No functional change intended. Signed-off-by: Gaetan Perrot <gaetan.perrot@spacecubics.com>
1 parent e4569c4 commit 99b988b

File tree

1 file changed

+0
-1
lines changed
  • tests/arch/arc/arc_vpx_lock/src

1 file changed

+0
-1
lines changed

tests/arch/arc/arc_vpx_lock/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ static void arc_vpx_lock_unlock_timed_payload(void *p1, void *p2, void *p3)
4949
{
5050
int status;
5151
unsigned int cpu_id;
52-
unsigned int lock_id;
5352

5453
cpu_id = (unsigned int)(uintptr_t)(p1);
5554
ARG_UNUSED(p2);

0 commit comments

Comments
 (0)