Skip to content

Commit 0cc3808

Browse files
authored
remove clang error
1 parent 398771c commit 0cc3808

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/HFC/TableProducer/correlatorHfeHadrons.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ struct HfCorrelatorHfeHadrons {
226226
if (eTrack.isEmcal() && requireEmcal) {
227227
acceptElectron = true;
228228
} else if (!eTrack.isEmcal() && !requireEmcal) {
229-
230229
acceptElectron = true;
231-
232230
}
233231

234232
if (!acceptElectron) {

0 commit comments

Comments
 (0)