diff --git a/libclc/generic/include/math/clc_exp10.h b/libclc/generic/include/math/clc_exp10.h deleted file mode 100644 index b789410d6f2a..000000000000 --- a/libclc/generic/include/math/clc_exp10.h +++ /dev/null @@ -1,12 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#define __CLC_FUNCTION __clc_exp10 -#define __CLC_BODY -#include -#undef __CLC_FUNCTION diff --git a/libclc/generic/include/math/clc_tanpi.h b/libclc/generic/include/math/clc_tanpi.h deleted file mode 100644 index 0f7d825dd148..000000000000 --- a/libclc/generic/include/math/clc_tanpi.h +++ /dev/null @@ -1,13 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===// - -#define __CLC_FUNCTION __clc_tanpi -#define __CLC_BODY -#include -#undef __CLC_BODY -#undef __CLC_FUNCTION