diff options
Diffstat (limited to 'src/vlib/main.c')
-rw-r--r-- | src/vlib/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vlib/main.c b/src/vlib/main.c index ae78c430134..650fa281746 100644 --- a/src/vlib/main.c +++ b/src/vlib/main.c @@ -987,7 +987,6 @@ format_buffer_metadata (u8 * s, va_list * args) "trace_index: %d, recycle_count: %d, len_not_first_buf: %d\n", b->trace_index, b->recycle_count, b->total_length_not_including_first_buffer); - s = format (s, "free_list_index: %d\n", (u32) (b->free_list_index)); return s; } |