[libclc] 1458eb2 - [NFC][libclc] Delete unused clc/shared/binary_decl_with_scalar_second_arg.inc (#152463)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 7 17:50:18 PDT 2025
Author: Wenju He
Date: 2025-08-08T08:50:14+08:00
New Revision: 1458eb206fb652358b3ee7e75d95b52f3f4ac333
URL: https://github.com/llvm/llvm-project/commit/1458eb206fb652358b3ee7e75d95b52f3f4ac333
DIFF: https://github.com/llvm/llvm-project/commit/1458eb206fb652358b3ee7e75d95b52f3f4ac333.diff
LOG: [NFC][libclc] Delete unused clc/shared/binary_decl_with_scalar_second_arg.inc (#152463)
Added:
Modified:
Removed:
libclc/clc/include/clc/shared/binary_decl_with_scalar_second_arg.inc
################################################################################
diff --git a/libclc/clc/include/clc/shared/binary_decl_with_scalar_second_arg.inc b/libclc/clc/include/clc/shared/binary_decl_with_scalar_second_arg.inc
deleted file mode 100644
index 05a53393170f6..0000000000000
--- a/libclc/clc/include/clc/shared/binary_decl_with_scalar_second_arg.inc
+++ /dev/null
@@ -1,15 +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
-//
-//===----------------------------------------------------------------------===//
-
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE FUNCTION(__CLC_GENTYPE x,
- __CLC_GENTYPE y);
-
-#ifndef __CLC_SCALAR
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE FUNCTION(__CLC_GENTYPE x,
- __CLC_SCALAR_GENTYPE y);
-#endif
More information about the cfe-commits
mailing list