Open
Description
LLVM analyzer reports dead assignment in L1NNCaloTauEmulator::produce
: link
float idScore = -1.;
if (!VsPuId.method().empty()) {
idScore = VsPuId.passID(*cl3dIt, cluster);
idScore = cluster.egVsPUMVAOut();
}
@cms-sw/l1-l2 could you please check if the return value of VsPuId.passID
should be discarded or used?