Commit 15d4d99f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

remove two unused fields

parent 841abfec
...@@ -38,12 +38,8 @@ struct waiter { ...@@ -38,12 +38,8 @@ struct waiter {
VTAILQ_ENTRY(waiter) list; VTAILQ_ENTRY(waiter) list;
VTAILQ_HEAD(,waited) waithead; VTAILQ_HEAD(,waited) waithead;
int dismantle;
struct waitfor *waitfor; struct waitfor *waitfor;
double next_idle;
void *priv; void *priv;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment