Remove unused variable
This commit is contained in:
parent
f227746c6e
commit
3241b46220
1 changed files with 0 additions and 1 deletions
1
cutils.c
1
cutils.c
|
@ -1009,7 +1009,6 @@ void js_cond_init(js_cond_t *cond) {
|
|||
abort();
|
||||
#else
|
||||
pthread_condattr_t attr;
|
||||
int err;
|
||||
|
||||
if (pthread_condattr_init(&attr))
|
||||
abort();
|
||||
|
|
Loading…
Reference in a new issue