diff --git a/Tracking/TrkConditions/TrackingGeometryCondAlg/src/TrackingGeometryCondAlg.cxx b/Tracking/TrkConditions/TrackingGeometryCondAlg/src/TrackingGeometryCondAlg.cxx index 572bfdb7c6ba3eb6246cf18f6bf01a22fde4c285..1a2dad69db835621f76880f59a5dc47ee9484210 100644 --- a/Tracking/TrkConditions/TrackingGeometryCondAlg/src/TrackingGeometryCondAlg.cxx +++ b/Tracking/TrkConditions/TrackingGeometryCondAlg/src/TrackingGeometryCondAlg.cxx @@ -14,7 +14,6 @@ Trk::TrackingGeometryCondAlg::TrackingGeometryCondAlg(const std::string& name, I : AthReentrantAlgorithm(name, pSvcLocator), m_geometryProcessors(this) { - declareProperty("GeometryBuilder", m_trackingGeometryBuilder); declareProperty("GeometryProcessors", m_geometryProcessors); }