Skip to content

Commit

Permalink
Remove unnecessary copy constructor declaration from Box (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Jan 26, 2021
1 parent e96ce59 commit e33379d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/ignition/math/Box.hh
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ namespace ignition
public: Box(const Vector3<Precision> &_size,
const ignition::math::Material &_mat);

/// \brief Copy Constructor.
/// \param[in] _b Box to copy.
public: Box(const Box<Precision> &_b);

/// \brief Destructor.
public: virtual ~Box() = default;

Expand Down

0 comments on commit e33379d

Please sign in to comment.