Skip to content

FPGATrackSimFitConstantBank: silenced clang warning

Vakhtang Tsulaia requested to merge tsulaia/athena:main-clang into main

Commented out one private data member that has recently become unused.

As a result of the changes in FPGATrackSimFitConstantBank introduced by !70838 (merged) the m_isFirstStage has become unused. Some TODO comments accompany the changes, so I'm not sure if the unused data member will become useful again or not. That's why I'm commenting it out for now instead of removing it.

CC @brosser for info and comments

Merge request reports