@@ -110,10 +110,6 @@ ODP_STATIC_ASSERT(CONFIG_PACKET_MAX_SEGS < 256,
ODP_STATIC_ASSERT(BUFFER_BURST_SIZE < 256, "BUFFER_BURST_SIZE_TOO_LARGE");
-/* Forward declarations */
-int seg_alloc_tail(odp_buffer_hdr_t *buf_hdr, int segcount);
-void seg_free_tail(odp_buffer_hdr_t *buf_hdr, int segcount);
-
#ifdef __cplusplus
}
#endif
@@ -901,19 +901,6 @@ uint64_t odp_pool_to_u64(odp_pool_t hdl)
return _odp_pri(hdl);
}
-int seg_alloc_tail(odp_buffer_hdr_t *buf_hdr, int segcount)
-{
- (void)buf_hdr;
- (void)segcount;
- return 0;
-}
-
-void seg_free_tail(odp_buffer_hdr_t *buf_hdr, int segcount)
-{
- (void)buf_hdr;
- (void)segcount;
-}
-
int odp_buffer_is_valid(odp_buffer_t buf)
{
pool_t *pool;