From 56d7bb9941ba54e176f7ee2d524409d92b7e82fb Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Wed, 7 Jul 2021 15:46:25 +0100 Subject: [PATCH] Unit tests: Remove unused arm_math.h --- UNITTESTS/target_h/arm_math.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 UNITTESTS/target_h/arm_math.h diff --git a/UNITTESTS/target_h/arm_math.h b/UNITTESTS/target_h/arm_math.h deleted file mode 100644 index a431b392e7..0000000000 --- a/UNITTESTS/target_h/arm_math.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) , Arm Limited and affiliates. - * SPDX-License-Identifier: Apache-2.0 - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */