remove empty directories from new melted project
[melted] / src / valerie / valerie_notifier.c
index bdcf33c..5e34043 100644 (file)
@@ -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 );