File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ class GPUFrameworkExternalAllocator final : public o2::its::ExternalAllocator
3030 return mFWReco ->AllocateDirectMemory (size, mType );
3131 }
3232 void deallocate (char * ptr, size_t size) final {} // this is a simple no-op
33- void pushTagOnStack (uint64_t tag)
33+ void pushTagOnStack (uint64_t tag) final
3434 {
3535 mFWReco ->PushNonPersistentMemory (tag);
3636 }
37- void popTagOffStack (uint64_t tag)
37+ void popTagOffStack (uint64_t tag) final
3838 {
3939 mFWReco ->PopNonPersistentMemory (GPUDataTypes::RecoStep::ITSTracking, tag);
4040 }
@@ -45,8 +45,6 @@ class GPUFrameworkExternalAllocator final : public o2::its::ExternalAllocator
4545};
4646} // namespace o2::its
4747
48- GPUChainITS::~GPUChainITS () {}
49-
5048GPUChainITS::GPUChainITS (GPUReconstruction* rec) : GPUChain(rec) {}
5149
5250int32_t GPUChainITS::Init () { return 0 ; }
You can’t perform that action at this time.
0 commit comments