Skip to content

Commit cab3b23

Browse files
authored
Update test_SimpleTimer.cxx
1 parent 01ddbc3 commit cab3b23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/Core/test/test_SimpleTimer.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ std::vector<DataProcessorSpec> defineDataProcessing(ConfigContext const&)
4040
AlgorithmSpec{
4141
adaptStateless([](ControlService& control, InputRecord& inputs) {
4242
DataRef ref = inputs.get("atimer");
43-
assert(header);
4443
auto* header = o2::header::get<o2::header::DataHeader*>(ref.header);
4544
LOG(info) << "Run number: " << header->runNumber;
4645
// This is invoked autonomously by the timer.

0 commit comments

Comments
 (0)