vppinfra: refactor *_will_expand() functions
[vpp.git] / src / vppinfra / vec.c
index db84c14..ba842e6 100644 (file)
@@ -151,12 +151,6 @@ vec_resize_allocate_memory (void *v,
   return v + header_bytes;
 }
 
-__clib_export uword
-clib_mem_is_vec_h (void *v, uword header_bytes)
-{
-  return clib_mem_is_heap_object (vec_header (v));
-}
-
 __clib_export u32
 vec_len_not_inline (void *v)
 {