mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
all.sh: rm obsolete functions
The only occurrences found by git grep were the definitions and the comment saying these are kept for backwards compatibility. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
@ -763,15 +763,6 @@ pre_setup_keep_going () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# record_status() and if_build_succeeded() are kept temporarily for backward
|
|
||||||
# compatibility. Don't use them in new components.
|
|
||||||
record_status () {
|
|
||||||
"$@"
|
|
||||||
}
|
|
||||||
if_build_succeeded () {
|
|
||||||
"$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
# '! true' does not trigger the ERR trap. Arrange to trigger it, with
|
# '! true' does not trigger the ERR trap. Arrange to trigger it, with
|
||||||
# a reasonably informative error message (not just "$@").
|
# a reasonably informative error message (not just "$@").
|
||||||
not () {
|
not () {
|
||||||
|
Reference in New Issue
Block a user