pmalloc: correct format_pmalloc_map u32 index overrun bug
[vpp.git] / src / vppinfra / pmalloc.h
index eae317f..25c4678 100644 (file)
@@ -36,7 +36,6 @@ typedef struct
 {
   u32 index;
   u32 arena_index;
-  uword pa;
   clib_pmalloc_chunk_t *chunks;
   u32 first_chunk_index;
   u32 n_free_chunks;