[Libomptarget][NFC] Remove unused CMake file
authorJoseph Huber <jhuber6@vols.utk.edu>
Mon, 1 Aug 2022 20:20:24 +0000 (16:20 -0400)
committerJoseph Huber <jhuber6@vols.utk.edu>
Mon, 1 Aug 2022 20:21:53 +0000 (16:21 -0400)
Summary:
This file is no longer used, get rid of it.

openmp/libomptarget/DeviceRTL/src/CMakeLists.txt [deleted file]

diff --git a/openmp/libomptarget/DeviceRTL/src/CMakeLists.txt b/openmp/libomptarget/DeviceRTL/src/CMakeLists.txt
deleted file mode 100644 (file)
index ede8b6d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-target_sources(omptarget.devicertl PRIVATE
-  Configuration.cpp
-  Debug.cpp
-  Kernel.cpp
-  Mapping.cpp
-  Misc.cpp
-  Parallelism.cpp
-  Reduction.cpp
-  State.cpp
-  Synchronization.cpp
-  Tasking.cpp
-  Utils.cpp
-  Workshare.cpp)