diff options
author | Damjan Marion <damarion@cisco.com> | 2022-04-04 19:43:30 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2022-04-04 19:12:10 +0000 |
commit | 564005b094c627aaa130753eb43d95cb18c5aba5 (patch) | |
tree | aa2474dab31f7c83e7afcfe7bdc82961cb75534c /src/vlib/main.h | |
parent | 2e90b299ac3f32bbf82785eda5e00a2e2d61f718 (diff) |
vlib: remove unused fields
Type: refactor
Change-Id: I449fcea92a1c96dd7dd0bcad893060ad1c614351
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/main.h')
-rw-r--r-- | src/vlib/main.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vlib/main.h b/src/vlib/main.h index 2581d491019..1413158ad53 100644 --- a/src/vlib/main.h +++ b/src/vlib/main.h @@ -154,15 +154,6 @@ typedef struct vlib_main_t /* Error marker to use when exiting main loop. */ clib_error_t *main_loop_error; - /* Start of the heap. */ - void *heap_base; - - /* Truncated version, to create frame indices */ - void *heap_aligned_base; - - /* Size of the heap */ - uword heap_size; - /* buffer main structure. */ vlib_buffer_main_t *buffer_main; |