Skip to content

Commit

Permalink
Drop unused output
Browse files Browse the repository at this point in the history
The newly introduced check now complains about this output which is
actually simply never used.
  • Loading branch information
ktf committed Jan 12, 2024
1 parent 6bb76be commit c536d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Detectors/PHOS/calib/src/PHOSRunbyrunCalibDevice.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ o2::framework::DataProcessorSpec o2::phos::getPHOSRunbyrunCalibDeviceSpec(bool u
{

std::vector<OutputSpec> outputs;
outputs.emplace_back("PHS", "RUNBYRUNHISTOS", 0, o2::framework::Lifetime::Timeframe);
outputs.emplace_back(o2::calibration::Utils::gDataOriginCDBPayload, "PHOS_Runbyrun", 0, Lifetime::Sporadic);
outputs.emplace_back(o2::calibration::Utils::gDataOriginCDBWrapper, "PHOS_Runbyrun", 0, Lifetime::Sporadic);

Expand Down

0 comments on commit c536d10

Please sign in to comment.