Skip to content

Commit d3aa1e2

Browse files
committed
remove unused variable
1 parent 91bcbb8 commit d3aa1e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Detectors/ITSMFT/ITS/tracking/include/ITStracking/ROFLookupTables.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ struct LayerTiming {
7676
// return which ROF this BC belongs to
7777
GPUhi() BCType getROF(BCType bc) const noexcept
7878
{
79-
BCType rof = (bc - mROFDelay - mROFBias) / mROFLength;
8079
const BCType offset = mROFDelay + mROFBias;
8180
if (bc <= offset) {
8281
return 0;

0 commit comments

Comments
 (0)