Skip to content
Snippets Groups Projects
Commit 6f21fd80 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

sys: posix: pthread_cond: remove unnecessary define

parent e27ce246
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#include "irq.h" #include "irq.h"
#include "debug.h" #include "debug.h"
struct vtimer_t timer;
int pthread_cond_condattr_destroy(struct pthread_condattr_t *attr) int pthread_cond_condattr_destroy(struct pthread_condattr_t *attr)
{ {
if (attr != NULL) { if (attr != NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment