mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 14:15:12 -05:00
Removed deprecated TODOs.
This commit is contained in:
parent
286ba50222
commit
944cc51b94
2 changed files with 0 additions and 5 deletions
|
|
@ -14,8 +14,6 @@
|
||||||
* All changes to the proofs, predicates, etc.
|
* All changes to the proofs, predicates, etc.
|
||||||
* are guarded by a check that `VERIFAST_SINGLE_CORE` is
|
* are guarded by a check that `VERIFAST_SINGLE_CORE` is
|
||||||
* NOT defined.
|
* NOT defined.
|
||||||
*
|
|
||||||
* Temporary removals are guarded by `VERIFAST_TODO`.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,6 @@
|
||||||
* All changes to the proofs, predicates, etc.
|
* All changes to the proofs, predicates, etc.
|
||||||
* are guarded by a check that `VERIFAST_SINGLE_CORE` is
|
* are guarded by a check that `VERIFAST_SINGLE_CORE` is
|
||||||
* NOT defined.
|
* NOT defined.
|
||||||
*
|
|
||||||
* Temporary removals are guarded by `VERIFAST_TODO`.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -736,7 +734,6 @@ lemma void remove_append<t>(t x, list<t> l1, list<t> l2)
|
||||||
}
|
}
|
||||||
@*/
|
@*/
|
||||||
|
|
||||||
#endif /* VERIFAST_TODO */
|
|
||||||
|
|
||||||
#endif /* SCP_LIST_PREDICATES_H */
|
#endif /* SCP_LIST_PREDICATES_H */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue