summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/smallvec_type.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/smallvec_type.hpp b/src/core/smallvec_type.hpp
index 795435d7a..89fdd1369 100644
--- a/src/core/smallvec_type.hpp
+++ b/src/core/smallvec_type.hpp
@@ -78,14 +78,6 @@ public:
}
/**
- * Remove all items from the list.
- */
- inline void Clear()
- {
- std::vector<T>::clear();
- }
-
- /**
* Remove all items from the list and free allocated memory.
*/
inline void Reset()