Remove redundent cancellation point

pull/949/head
Ching-Hsin,Lee 1 year ago committed by Paul Bartell
parent a7d39c3e3a
commit 14903c380e

@ -398,7 +398,6 @@ static void * prvTimerTickHandler( void * arg )
}
usleep( portTICK_RATE_MICROSECONDS );
pthread_testcancel();
}
return NULL;

Loading…
Cancel
Save