[Openmp-commits] [openmp] 755e108 - [OpenMP][NFC] Remove unused variable
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Mon Nov 27 16:03:17 PST 2023
Author: Johannes Doerfert
Date: 2023-11-27T16:02:33-08:00
New Revision: 755e1088258b030cdd00cfa1b184c58fe41b4287
URL: https://github.com/llvm/llvm-project/commit/755e1088258b030cdd00cfa1b184c58fe41b4287
DIFF: https://github.com/llvm/llvm-project/commit/755e1088258b030cdd00cfa1b184c58fe41b4287.diff
LOG: [OpenMP][NFC] Remove unused variable
Added:
Modified:
openmp/libomptarget/DeviceRTL/src/Utils.cpp
Removed:
################################################################################
diff --git a/openmp/libomptarget/DeviceRTL/src/Utils.cpp b/openmp/libomptarget/DeviceRTL/src/Utils.cpp
index b39465aaa2ace5f..7da4da4ab95e2fc 100644
--- a/openmp/libomptarget/DeviceRTL/src/Utils.cpp
+++ b/openmp/libomptarget/DeviceRTL/src/Utils.cpp
@@ -19,8 +19,6 @@
using namespace ompx;
-extern "C" [[gnu::weak]] int IsSPMDMode;
-
namespace impl {
bool isSharedMemPtr(const void *Ptr) { return false; }
More information about the Openmp-commits
mailing list