From fe98d8c0eabcd287dc452c893e569e7448ad029a Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sat, 4 Apr 2020 14:13:53 +0200 Subject: Cleanup: remove unused method --- source/blender/blenlib/BLI_string_map.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/BLI_string_map.h b/source/blender/blenlib/BLI_string_map.h index ed97a6ae349..f304b140bcc 100644 --- a/source/blender/blenlib/BLI_string_map.h +++ b/source/blender/blenlib/BLI_string_map.h @@ -450,15 +450,6 @@ template class StringMap { } ITER_SLOTS_END(offset); } - - template void add__impl(StringRef key, ForwardT &&value) - { - this->ensure_can_add(); - uint32_t hash = this->compute_string_hash(key); - ITER_SLOTS_BEGIN (hash, m_array, , item, offset) { - } - ITER_SLOTS_END(offset); - } }; #undef ITER_SLOTS_BEGIN -- cgit v1.2.3