mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 11:09:01 +01:00 
			
		
		
		
	Remove redundent cancellation point
This commit is contained in:
		
							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 );
 | 
					        usleep( portTICK_RATE_MICROSECONDS );
 | 
				
			||||||
        pthread_testcancel();
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return NULL;
 | 
					    return NULL;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user