Skip to content

Commit a8c134e

Browse files
committed
remove unused lambda capture
1 parent cce171b commit a8c134e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kernel/integration/smp/service.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void Service::start()
3939
printf("CPU %i active \n", i);
4040
SMP::global_unlock();
4141

42-
SMP::add_task([i]{
42+
SMP::add_task([]{
4343
// NOTE: We can't call printf here as it's not SMP safe
4444

4545
// Test regular malloc

0 commit comments

Comments
 (0)