Skip to content

Commit f19c328

Browse files
committed
stray #define
1 parent 221d63a commit f19c328

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

offload/libomptarget/omptarget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,6 @@ class PrivateArgumentManagerTy {
10651065
(IsFirstPrivate ? "first-" : ""), DPxPTR(HstPtr));
10661066
return OFFLOAD_FAIL;
10671067
}
1068-
#define OMPTARGET_DEBUG
10691068
#ifdef OMPTARGET_DEBUG
10701069
void *TgtPtrBase = (void *)((intptr_t)TgtPtr + ArgOffset);
10711070
DP("Allocated %" PRId64 " bytes of target memory at " DPxMOD

0 commit comments

Comments
 (0)