remove cruft

This commit is contained in:
Andrew Meadows 2019-02-13 10:05:32 -08:00
parent c79e3e5a6d
commit ba91bab224

View file

@ -78,8 +78,6 @@ private:
// btHashMap is required because it supports memory alignment of the btCollisionShapes
btHashMap<HashKey, ShapeReference> _shapeMap;
//btAlignedObjectArray<uint64_t> _pendingGarbage;
std::vector<uint64_t> _garbageRing;
uint32_t _ringIndex { 0 };
};