diff options
Diffstat (limited to 'src/svm/svm_fifo.h')
-rw-r--r-- | src/svm/svm_fifo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/svm/svm_fifo.h b/src/svm/svm_fifo.h index 417b0ecb672..b5b26ac479b 100644 --- a/src/svm/svm_fifo.h +++ b/src/svm/svm_fifo.h @@ -91,7 +91,6 @@ typedef struct _svm_fifo i8 refcnt; /**< reference count */ u32 segment_manager; /**< session layer segment manager index */ u32 segment_index; /**< segment index in segment manager */ - u32 freelist_index; /**< aka log2(allocated_size) - const. */ struct _svm_fifo *next; /**< next in freelist/active chain */ struct _svm_fifo *prev; /**< prev in active chain */ u32 size_decrement; /**< bytes to remove from fifo */ @@ -117,7 +116,6 @@ typedef struct _svm_fifo svm_fifo_trace_elem_t *trace; #endif - svm_fifo_chunk_t default_chunk; } svm_fifo_t; typedef enum |