sorted_queue.h: remove useless field: next_ptr_offset
parent
740272e303
commit
87377981ec
|
|
@ -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 *);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue