Skip to content

Commit 3241b46

Browse files
committed
Remove unused variable
1 parent f227746 commit 3241b46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cutils.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,6 @@ void js_cond_init(js_cond_t *cond) {
10091009
abort();
10101010
#else
10111011
pthread_condattr_t attr;
1012-
int err;
10131012

10141013
if (pthread_condattr_init(&attr))
10151014
abort();

0 commit comments

Comments
 (0)