From 0aa4974b98c8ea7c060531b6922eda95eb875efc Mon Sep 17 00:00:00 2001 From: Daniele Bartolini Date: Sun, 15 Dec 2019 00:35:44 +0100 Subject: [PATCH] Remove unnecessary copy constructor in btBroadphasePair --- .../BroadphaseCollision/btBroadphaseProxy.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h b/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h index 825caeef5..bc0742ad6 100644 --- a/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h +++ b/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h @@ -187,13 +187,6 @@ btBroadphasePair BT_DECLARE_ALIGNED_ALLOCATOR(); - btBroadphasePair(const btBroadphasePair& other) - : m_pProxy0(other.m_pProxy0), - m_pProxy1(other.m_pProxy1), - m_algorithm(other.m_algorithm), - m_internalInfo1(other.m_internalInfo1) - { - } btBroadphasePair(btBroadphaseProxy & proxy0, btBroadphaseProxy & proxy1) { //keep them sorted, so the std::set operations work