summaryrefslogtreecommitdiff
path: root/src/core/smallvec_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/smallvec_type.hpp')
-rw-r--r--src/core/smallvec_type.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/smallvec_type.hpp b/src/core/smallvec_type.hpp
index be3ec309c..600b7ea26 100644
--- a/src/core/smallvec_type.hpp
+++ b/src/core/smallvec_type.hpp
@@ -218,16 +218,6 @@ public:
}
/**
- * Get the number of items in the list.
- *
- * @return The number of items in the list.
- */
- inline uint Length() const
- {
- return std::vector<T>::size();
- }
-
- /**
* Get the pointer to the first item (const)
*
* @return the pointer to the first item