From 6878453548971f7c2c22a8bcb5d6a9b4e9d73d0d Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 30 Mar 2006 14:25:24 +0000 Subject: [lib] status field/flags no longer used in struct workqueue 2006-03-25 Paul Jakma * workqueue.h: (struct work_queue) Remove status field and state flag, no longer used. --- lib/workqueue.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/workqueue.h') diff --git a/lib/workqueue.h b/lib/workqueue.h index c06f481f..7e0e78ab 100644 --- a/lib/workqueue.h +++ b/lib/workqueue.h @@ -102,9 +102,6 @@ struct work_queue /* private state */ enum work_queue_flags flags; /* user set flag */ - char status; /* internal status */ -#define WQ_STATE_FLOODED (1 << 0) - }; /* User API */ -- cgit v1.2.1