Skip to content

Commit a28c0d5

Browse files
authored
Merge pull request #301 from ikbuibui/patch-3
Remove user defined constructor from AllocatorHandleImpl
2 parents fb5f1da + a84d487 commit a28c0d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/mallocMC/mallocMC_allocator_handle.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ namespace mallocMC
3939

4040
DevAllocator* devAllocator;
4141

42-
explicit AllocatorHandleImpl(DevAllocator* p) : devAllocator(p)
43-
{
44-
}
45-
4642
template<typename AlpakaAcc>
4743
ALPAKA_FN_ACC auto malloc(AlpakaAcc const& acc, size_t size) const -> void*
4844
{

0 commit comments

Comments
 (0)