GoodRunsListSelectorTool: remove uninitialized/unused usecool boolean
The m_usecool
boolean is uninitialized and not set anywhere. Assume it was "false" and just remove it entirely to avoid undefined behavior.
Edited by Frank Winklmeier
The m_usecool
boolean is uninitialized and not set anywhere. Assume it was "false" and just remove it entirely to avoid undefined behavior.