fix Queue tests issue by returning to List implementation
[cgds.git] / src / Vector.h
index 985ac10..d3fe04c 100644 (file)
@@ -105,13 +105,6 @@ void vector_pop(
        Vector* vector ///< "this" pointer.
 );
 
-/**
- * @brief Remove the first element.
- */
-void vector_pop_first(
-       Vector* vector ///< "this" pointer.
-);
-
 /**
  * @brief Get the element at given index.
  */