Skip to content

Commit

Permalink
link: remove extra constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 26, 2024
1 parent 779c5ee commit 2065f34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/include/Acts/Geometry/TrackingVolume.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ class TrackingVolume : public Volume {
TrackingVolume(TrackingVolume&&) = default;
TrackingVolume& operator=(TrackingVolume&&) = default;

TrackingVolume(TrackingVolume&&) = default;

/// Constructor for a container Volume
/// - vacuum filled volume either as a for other tracking volumes
///
Expand Down

0 comments on commit 2065f34

Please sign in to comment.