Skip to content

Commit 28cbcc8

Browse files
authored
remove unused variable
1 parent ff8aebf commit 28cbcc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/Tools/EventSelectionModule.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,6 @@ class EventSelectionModule
13781378
if (vCanHaveAssocCollsWithinLastDriftTime[colIndex] && colIndexFirstRejectedByTFborderCut >= 0) {
13791379
int64_t foundGlobalBC = vFoundGlobalBC[colIndex];
13801380
int64_t tfId = (foundGlobalBC - bcSOR) / nBCsPerTF;
1381-
int bcInTF = (foundGlobalBC - bcSOR) % nBCsPerTF;
13821381
std::map<int64_t, int32_t>::iterator it = mapGlobalBcWithTVX.find(vFoundGlobalBC[colIndexFirstRejectedByTFborderCut]);
13831382
while (it != mapGlobalBcWithTVX.end()) {
13841383
int64_t thisFoundGlobalBC = it->first;

0 commit comments

Comments
 (0)