PhotonVertexSelection: Fix clang15 warnings
Root/ElectronRemovalTool.cxx:53:9: warning: variable 'element_counter' set but not used [-Wunused-but-set-variable]
int element_counter=0;
^
/build/atnight/localbuilds/nightlies/Athena/master/athena/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/Root/ElectronRemovalTool.cxx:100:9: warning: variable 'element_counter' set but not used [-Wunused-but-set-variable]
int element_counter=0;
^
/build/atnight/localbuilds/nightlies/Athena/master/athena/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/Root/ElectronRemovalTool.cxx:145:9: warning: variable 'element_counter' set but not used [-Wunused-but-set-variable]
int element_counter=0;
^
3 warnings generated.
Edited by Christos Anastopoulos