Commit 459531ae authored by Federico Vaga's avatar Federico Vaga

sw:drv: remove unused variable

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 59467962
......@@ -184,7 +184,6 @@ struct trtl_hmq {
* @lock: to protect filters
* @list_filters: list of filters to apply
* @n_filters: number of filters
* @ptr_r: read pointer for the message circular buffer
* @idx_r: index read pointer for the message circular buffer. This is
* protected by the input buffer lock. Accessing this field means that
* you are accessing the buffer input, and in order to do that you need
......@@ -197,7 +196,6 @@ struct trtl_hmq_user {
spinlock_t lock;
struct list_head list_filters;
unsigned int n_filters;
unsigned int ptr_r;
unsigned int idx_r;
};
......
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