Deleted proof annotations in prvAddNewTaskToReadyList

This commit is contained in:
Tobias Reinhard 2022-12-13 10:24:21 -05:00
parent 676e9fddad
commit de64106012

View file

@ -2139,11 +2139,6 @@ static void prvInitialiseNewTask( TaskFunction_t pxTaskCode,
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/
static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB ) static void prvAddNewTaskToReadyList( TCB_t * pxNewTCB )
/*//@ requires interruptState_p(?coreID, _) &*&
unprotectedGlobalVars();
@*/
/*//@ ensures true;
@*/
{ {
/* Ensure interrupts don't access the task lists while the lists are being /* Ensure interrupts don't access the task lists while the lists are being
* updated. */ * updated. */