Remove redundent cancellation point
This commit is contained in:

committed by
Paul Bartell

parent
a7d39c3e3a
commit
14903c380e
1
portable/ThirdParty/GCC/Posix/port.c
vendored
1
portable/ThirdParty/GCC/Posix/port.c
vendored
@ -398,7 +398,6 @@ static void * prvTimerTickHandler( void * arg )
|
||||
}
|
||||
|
||||
usleep( portTICK_RATE_MICROSECONDS );
|
||||
pthread_testcancel();
|
||||
}
|
||||
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user