Skip to content
Snippets Groups Projects
Commit 29889ad0 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

[CLANG-TIDY] performance-trivially-destructible

parent 37f9bef3
Branches
Tags
No related merge requests found
......@@ -67,19 +67,6 @@ Contact::Contact( GeomID g1, GeomID g2, const Vec3& gpos, const Vec3& normal, re
}
//*************************************************************************************************
//=================================================================================================
//
// DESTRUCTOR
//
//=================================================================================================
//*************************************************************************************************
/*!\brief Destructor for the Contact class.
*/
Contact::~Contact()
= default;
//*************************************************************************************************
//=================================================================================================
//
// GET FUNCTIONS
......
......@@ -92,13 +92,6 @@ public:
//@}
//**********************************************************************************************
//**Destructor**********************************************************************************
/*!\name Destructor */
//@{
~Contact();
//@}
//**********************************************************************************************
public:
//**Get functions*******************************************************************************
/*!\name Get functions */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment