Remove spurious comments

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-09-28 14:01:25 +01:00
parent 6c979856c3
commit f868d6f4e8

View File

@ -5228,7 +5228,6 @@ component_test_cmake_as_package () {
msg "build: cmake 'as-package' build"
cd programs/test/cmake_package
# Note: Explicitly generate files as these are turned off in releases
cmake .
make
./cmake_package
@ -5244,7 +5243,6 @@ component_test_cmake_as_package_install () {
msg "build: cmake 'as-installed-package' build"
cd programs/test/cmake_package_install
# Note: Explicitly generate files as these are turned off in releases
cmake .
make
./cmake_package_install