Skip to content

Commit 8b2ede3

Browse files
Rm spurious variable
1 parent db320ae commit 8b2ede3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/regression/82-barrier/05-mhp-not-enough.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ void* f1(void* ptr) {
2020
int main(int argc, char const *argv[])
2121
{
2222
int top;
23-
int top2;
2423
int i = 0;
2524

2625
pthread_barrier_init(&barrier, NULL, 3);

0 commit comments

Comments
 (0)