diff --git a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx
index 2035b0ff71bbb26050f0c9d7f6361183e9017c1e..b74c99703b9268e5cbf4a42e737434af65cd5963 100644
--- a/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx
+++ b/MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondSvc/src/NSWCondUtils.cxx
@@ -133,9 +133,6 @@ void NSWCondUtils::setNSWABLinesFromAscii(const std::string& filename,
             sscanf(tmp_str.c_str(),"%80f",&ep);
             tmp_str = tokens[ival++];
             sscanf(tmp_str.c_str(),"%80f",&en);
-           
-            ival+=2; 
-            std::string ChamberHwName = tokens[ival];
 
             Identifier id, id_mult;