Skip to content

Commit 9741f3f

Browse files
committed
Fix dead assignment in L1Comparator.cc
1 parent fe9735c commit 9741f3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

L1Trigger/HardwareValidation/src/L1Comparator.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,6 @@ void L1Comparator::produce(edm::StreamID, edm::Event& iEvent, const edm::EventSe
438438
edm::Handle<L1MuGMTReadoutCollection> gmt_rdt_emul_;
439439
L1MuRegionalCandCollection const* gmt_rdt_data = nullptr;
440440
L1MuRegionalCandCollection const* gmt_rdt_emul = nullptr;
441-
//tbd: may compare extended candidates
442-
L1MuGMTCandCollection const* gmt_can_data(new L1MuGMTCandCollection);
443-
L1MuGMTCandCollection const* gmt_can_emul(new L1MuGMTCandCollection);
444441
if (runDoSys[GMT]) {
445442
iEvent.getByToken(tokenMuGMTCand_[0], gmt_data);
446443
iEvent.getByToken(tokenMuGMTCand_[1], gmt_emul);

0 commit comments

Comments
 (0)