Skip to content

Commit 61b42a3

Browse files
author
Hugh Delaney
committed
Remove redundant entry point
1 parent 3eef2fe commit 61b42a3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/ur/ur.hpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,3 @@ static inline void roundToHighestFactorOfGlobalSizeIn3d(
375375
MaxBlockDim[2]));
376376
roundToHighestFactorOfGlobalSize(ThreadsPerBlock[2], GlobalSize[2]);
377377
}
378-
379-
template <typename T>
380-
inline bool listContainsElem(uint32_t numEventsInList, const T *phList,
381-
const T Elem) {
382-
for (auto i = 0u; i < numEventsInList; ++i)
383-
if (phList[i] == Elem)
384-
return true;
385-
return false;
386-
}

0 commit comments

Comments
 (0)