X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fvalerie%2Fvalerie_notifier.c;h=5e34043724cc2242422f8e1da0adde42ac0aea1d;hb=2a2669b620e293e8963205c86606618789951eed;hp=bdcf33c05e5c069885e18ef4a9d039b716071aa0;hpb=62b1b24b4dab2b17c3ec052955584f9070c77865;p=melted diff --git a/src/valerie/valerie_notifier.c b/src/valerie/valerie_notifier.c index bdcf33c..5e34043 100644 --- a/src/valerie/valerie_notifier.c +++ b/src/valerie/valerie_notifier.c @@ -90,7 +90,6 @@ int valerie_notifier_wait( valerie_notifier this, valerie_status status ) void valerie_notifier_put( valerie_notifier this, valerie_status status ) { - static unsigned int counter = 0; pthread_mutex_lock( &this->mutex ); valerie_status_copy( &this->store[ status->unit ], status ); valerie_status_copy( &this->last, status );