X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=test%2Frmwprog.c;h=c3a5ea82fb328b793b967707b2a2c3ec2cb38990;hp=14929ee23b6502403d12f8dda1194b38c233c59e;hb=e309adaee27786a638bcd44303ecb88351074257;hpb=09592530fc40cdf3eb049c1adb7f26066a450e16 diff --git a/test/rmwprog.c b/test/rmwprog.c index 14929ee..c3a5ea8 100644 --- a/test/rmwprog.c +++ b/test/rmwprog.c @@ -17,7 +17,6 @@ void user_main() thrd_t t1, t2; atomic_init(&x, 0); - thrd_create(&t1, (thrd_start_t)&a, NULL); thrd_create(&t2, (thrd_start_t)&a, NULL);