From 8fa63ae00c7f1fd3d165a10ee91eb9241a78748f Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 28 Jul 2010 02:40:53 +0200 Subject: Finally remove the unused list_sem_st. --- ncr-int.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ncr-int.h b/ncr-int.h index c0200f8..008a89b 100644 --- a/ncr-int.h +++ b/ncr-int.h @@ -89,11 +89,6 @@ struct key_item_st { ncr_key_t desc; }; -struct list_sem_st { - struct list_head list; - struct semaphore sem; -}; - /* all the data associated with the open descriptor * are here. */ -- cgit