Skip to content

Commit

Permalink
Comply with CMSSW code rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-mittag committed Mar 28, 2017
1 parent 64032a3 commit c3758bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc
Expand Up @@ -288,9 +288,6 @@ AlignableMuon *MuonAlignmentInputXML::newAlignableMuon(const edm::EventSetup& iS
char *message = XMLString::transcode(toCatch.getMessage());
throw cms::Exception("XMLException") << "Xerces XML parser threw this exception: " << message << std::endl;
}
catch (...) {
throw cms::Exception("XMLException") << "Xerces XML parser threw an unknown exception" << std::endl;
}

DOMDocument *doc = parser->getDocument();
DOMElement *node_MuonAlignment = doc->getDocumentElement();
Expand Down

0 comments on commit c3758bb

Please sign in to comment.