diff --git a/Trigger/TrigT1/TrigT1CaloTools/src/L1JetCMXTools.cxx b/Trigger/TrigT1/TrigT1CaloTools/src/L1JetCMXTools.cxx
index 8c4c087fbd34af31f37fdcdf777a32c77b723f30..83df4796547534cfeb4ee8b8705b1cf10dd574de 100644
--- a/Trigger/TrigT1/TrigT1CaloTools/src/L1JetCMXTools.cxx
+++ b/Trigger/TrigT1/TrigT1CaloTools/src/L1JetCMXTools.cxx
@@ -359,8 +359,6 @@ void L1JetCMXTools::getHits(const xAOD::CMXJetTob *tob, HitsVector &hit10,
 
   std::vector<TrigConf::TriggerThreshold *> thresholds =
       m_configSvc->ctpConfig()->menu().thresholdVector();
-  std::vector<TriggerThreshold *>::const_iterator it;
-  //std::vector<TriggerThreshold *>::const_iterator itE = thresholds.end();
   for (int slice = 0; slice < timeslices; ++slice) {
     if (err.get(LVL1::DataError::Overflow)) {
       hit10[slice] = 0x7fff;