Skip to content

Commit 8b16811

Browse files
authored
Remove unused variable (#760)
* Remove unused variable * format
1 parent 2207eef commit 8b16811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/TPC/include/TPC/CalDetPublisher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class CalDetPublisher final : public quality_control::postprocessing::PostProces
8686
bool mCheckZSPrereq = true; ///< is pedestal and noise in the outputList in the config file
8787
std::unique_ptr<o2::tpc::CalDet<float>> mRefPedestal; ///< reference pedestal file used for ZS at the moment
8888
std::unique_ptr<o2::tpc::CalDet<float>> mRefNoise; ///< reference noise file used for ZS at the moment
89-
long mInitRefCalibTimestamp; ///< timestamp of the pedestal/noise map used at init of the task
89+
// long mInitRefCalibTimestamp; ///< timestamp of the pedestal/noise map used at init of the task
9090
long mInitRefPedestalTimestamp; ///< timestamp of the pedestal data used at init of the task
9191
long mInitRefNoiseTimestamp; ///< timestamp of the noise data used at init of the task
9292
TPaveText* mNewZSCalibMsg = nullptr; ///< badge to indicate the necessity to upload new calibration data for ZS
@@ -105,4 +105,4 @@ class CalDetPublisher final : public quality_control::postprocessing::PostProces
105105

106106
} // namespace o2::quality_control_modules::tpc
107107

108-
#endif //QUALITYCONTROL_CALDETPUBLISHER_H
108+
#endif //QUALITYCONTROL_CALDETPUBLISHER_H

0 commit comments

Comments
 (0)