Skip to content
Snippets Groups Projects
Commit a7809af5 authored by Doucet, Mathieu's avatar Doucet, Mathieu
Browse files

Remove warning. Re #3367

parent fd48c96a
No related merge requests found
......@@ -89,7 +89,6 @@ void FindDetectorsInShape::initDocs()
detid2det_map::const_iterator it_end = allDetectors.end();
for (it = allDetectors.begin(); it != it_end; it++)
{
detid_t detectorID = it->first;
Geometry::IDetector_sptr det = it->second;
//attempt to dynamic cast up to an IDetector
......
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