From 14903c380ea276f2766a5a096353da285831b2b8 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Wed, 10 Jan 2024 05:39:27 +0000 Subject: Remove redundent cancellation point --- portable/ThirdParty/GCC/Posix/port.c | 1 - 1 file changed, 1 deletion(-) diff --git a/portable/ThirdParty/GCC/Posix/port.c b/portable/ThirdParty/GCC/Posix/port.c index 43fff7f5d..4c61ff544 100644 --- a/portable/ThirdParty/GCC/Posix/port.c +++ b/portable/ThirdParty/GCC/Posix/port.c @@ -398,7 +398,6 @@ static void * prvTimerTickHandler( void * arg ) } usleep( portTICK_RATE_MICROSECONDS ); - pthread_testcancel(); } return NULL; -- cgit v1.2.3