https://github.com/wenju-he created 
https://github.com/llvm/llvm-project/pull/152463

None

>From 10c997f9de3c2a99b2f7bd507523be901d7c6ee7 Mon Sep 17 00:00:00 2001
From: Wenju He <wenju...@intel.com>
Date: Thu, 7 Aug 2025 00:47:50 -0700
Subject: [PATCH] [NFC][libclc] Delete unused
 clc/shared/binary_decl_with_scalar_second_arg.inc

---
 .../shared/binary_decl_with_scalar_second_arg.inc | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 
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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to