Skip to content

Commit

Permalink
[OpenMP] Removed extra header include of OmptTracing.h.
Browse files Browse the repository at this point in the history
Change-Id: Icd45b194e301f978b227735a298b914c7a739a8c
  • Loading branch information
dhruvachak authored and ronlieb committed Dec 5, 2023
1 parent 53859b6 commit d4506f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openmp/libomptarget/src/rtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "llvm/OffloadArch/OffloadArch.h"

#include "DeviceImage.h"
#include "OmptTracing.h"
#include "OpenMP/OMPT/Callback.h"
#include "PluginManager.h"
#include "device.h"
Expand All @@ -38,7 +37,6 @@ using namespace llvm::omp::target;

#ifdef OMPT_SUPPORT
extern void ompt::connectLibrary();
extern OmptTracingBufferMgr llvm::omp::target::ompt::TraceRecordManager;
#endif

__attribute__((constructor(101))) void init() {
Expand Down

0 comments on commit d4506f0

Please sign in to comment.