Skip to content
Snippets Groups Projects
Commit 1bbc08b6 authored by Nicholas Styles's avatar Nicholas Styles
Browse files

fully remove unneeded destructor for SiLocalPosition

parent 982b1089
No related branches found
No related tags found
No related merge requests found
...@@ -52,9 +52,6 @@ namespace InDetDD { ...@@ -52,9 +52,6 @@ namespace InDetDD {
SiLocalPosition(const double xEta,const double xPhi, SiLocalPosition(const double xEta,const double xPhi,
const double xDepth=0); const double xDepth=0);
/** Destructor: */
~SiLocalPosition();
/** Assignment operator: */ /** Assignment operator: */
SiLocalPosition &operator=(const SiLocalPosition &position); SiLocalPosition &operator=(const SiLocalPosition &position);
......
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