Skip to content

Commit 81d3ac9

Browse files
committed
remove redundant pthread declaration in descendant lockset test
1 parent ab3b3c6 commit 81d3ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regression/53-races-mhp/57-dl_multiple_creates_conditional_racing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extern int __VERIFIER_nondet_int();
55

66
int global = 0;
77
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
8-
pthread_t id1, id2, id3;
8+
pthread_t id1, id2;
99

1010
void *t1(void *arg) {
1111
pthread_mutex_lock(&mutex);

0 commit comments

Comments
 (0)