Skip to content
Snippets Groups Projects
Commit cdfabb4e authored by Marko Petric's avatar Marko Petric
Browse files

Remove unused parameter

parent d4a2cba0
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ namespace DD4hep {
NoSegmentation::~NoSegmentation()
{ }
Vector3D NoSegmentation::position(const CellID& cID) const
Vector3D NoSegmentation::position(const CellID& /*cID*/) const
{
Vector3D cellPosition{0,0,0};
return cellPosition;
......
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