all.sh/components: Removed duplicated/obsolete documentation/whitespace.
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
diff --git a/tests/scripts/components-compiler.sh b/tests/scripts/components-compiler.sh
index 979a161..91da83a 100644
--- a/tests/scripts/components-compiler.sh
+++ b/tests/scripts/components-compiler.sh
@@ -3,13 +3,12 @@
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
-# This file contains the test components that are executed by all.sh
+# This file contains test components that are executed by all.sh
################################################################
#### Compiler Testing
################################################################
-
support_build_tfm_armcc () {
support_build_armcc
}
@@ -44,8 +43,6 @@
grep -q mbedtls_aesni_has_support ./programs/test/selftest
}
-# For timebeing, no aarch64 gcc available in CI and no arm64 CI node.
-
support_build_aes_aesce_armcc () {
support_build_armcc
}