From 2797a63a66061096b3fd63918f54648fdd5396c4 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Mon, 15 Jun 2020 12:33:37 +0200 Subject: Cleanup: remove unnecessary code This got committed due to a stupid mistake of mine, it does not belong there at all. --- source/blender/blenlib/BLI_vector.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenlib/BLI_vector.hh') diff --git a/source/blender/blenlib/BLI_vector.hh b/source/blender/blenlib/BLI_vector.hh index f61a3d4282b..25e3d2f969b 100644 --- a/source/blender/blenlib/BLI_vector.hh +++ b/source/blender/blenlib/BLI_vector.hh @@ -778,8 +778,6 @@ class Vector { if (UNLIKELY(m_end >= m_capacity_end)) { this->realloc_to_at_least(this->size() + 1); } - std::vector a; - a.push_back(4); } BLI_NOINLINE void realloc_to_at_least(uint min_capacity) -- cgit v1.2.3