sorted_queue.h: remove useless field: next_ptr_offset

pull/37/merge
YuQing 2021-12-10 10:34:47 +08:00
parent 740272e303
commit 87377981ec
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
struct sorted_queue struct sorted_queue
{ {
struct fc_queue queue; struct fc_queue queue;
int next_ptr_offset;
int (*compare_func)(const void *, const void *); int (*compare_func)(const void *, const void *);
}; };