Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuosalo committed May 26, 2021
1 parent 8d6e573 commit 6715f40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Geometry/EcalCommonData/plugins/dd4hep/DDEcalPreshowerAlgo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ static long algorithm(dd4hep::Detector& /* description */, cms::DDParsingContext
const string& dd_tmp_name_d("esalgo:" + es.layName[i] + "LinPb");
const string& dd_tmp_name_e("esalgo:" + es.layName[i] + "LinAl");
const string& dd_tmp_name_f("esalgo:" + es.layName[i] + "LOutAlVol");
const string& dd_tmp_name_box("esalgo:" + es.layName[i] + "LOutAlBox");
const string& dd_tmp_name_subt("esalgo:" + es.layName[i] + "LOutAlSubt");
ostringstream tmp_Alname_fin;
tmp_Alname_fin << es.layName[i] << "LtmpAl" << absz - 1;
string dd_Alname_fin("esalgo:" + tmp_Alname_fin.str());
Expand Down

0 comments on commit 6715f40

Please sign in to comment.