File diff r23519:04e2cd195801 → r23520:20bbc807b0eb
src/core/smallvec_type.hpp
Show inline comments
 
@@ -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