Skip to content
Snippets Groups Projects
Commit ed592e5a authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'clang.ZdcRec-20180703' into 'master'

ZdcRec: Fix clang warnings.

See merge request atlas/athena!12478
parents 08b53765 900aee21
No related tags found
No related merge requests found
...@@ -204,10 +204,6 @@ int ZdcRecChannelTool::makeRawFromDigits( ...@@ -204,10 +204,6 @@ int ZdcRecChannelTool::makeRawFromDigits(
std::vector<float> time_sratio; std::vector<float> time_sratio;
std::vector<float> chi; std::vector<float> chi;
std::vector<std::vector<float> >::iterator vfit;
std::vector<float>::iterator fit;
std::vector<int> v; std::vector<int> v;
std::vector<int> vd; std::vector<int> vd;
std::vector<int> vi; std::vector<int> vi;
...@@ -215,8 +211,6 @@ int ZdcRecChannelTool::makeRawFromDigits( ...@@ -215,8 +211,6 @@ int ZdcRecChannelTool::makeRawFromDigits(
std::vector<float> vcfd1; std::vector<float> vcfd1;
std::vector<float> vcfd2; std::vector<float> vcfd2;
std::vector<float> vcfd3; std::vector<float> vcfd3;
std::vector<float>::iterator v_ft;
std::vector<float>::iterator v_ft1;
//Identifier::value_type zId; //Identifier::value_type zId;
...@@ -799,7 +793,6 @@ int ZdcRecChannelTool::getTimingSinc2(const Identifier& id, const std::vector<st ...@@ -799,7 +793,6 @@ int ZdcRecChannelTool::getTimingSinc2(const Identifier& id, const std::vector<st
bool corr=0; bool corr=0;
std::vector<std::vector<int> >::const_iterator vit; std::vector<std::vector<int> >::const_iterator vit;
std::vector<int>::const_iterator it;
std::vector<int> y; std::vector<int> y;
int mType = 0; int mType = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment