sys: posix: pthread_cond: remove unnecessary define
This commit is contained in:
parent
e27ce2465f
commit
6f21fd806c
|
@ -26,8 +26,6 @@
|
|||
#include "irq.h"
|
||||
#include "debug.h"
|
||||
|
||||
struct vtimer_t timer;
|
||||
|
||||
int pthread_cond_condattr_destroy(struct pthread_condattr_t *attr)
|
||||
{
|
||||
if (attr != NULL) {
|
||||
|
|
Loading…
Reference in New Issue