Commit f33d4ff8 authored by Federico Vaga's avatar Federico Vaga

wrtd:lib: remove unused variable

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent 3806f7c8
......@@ -114,7 +114,7 @@ static struct wrnc_hmq *wrtd_log_open(struct wrtd_node *dev,
.value = channel, /* required channel */
};
struct wrnc_hmq *hmq = NULL;
int i, err;
int err;
int n_chan = core ? FD_NUM_CHANNELS : TDC_NUM_CHANNELS;
unsigned int hmq_back_index = core ? WRTD_OUT_FD_LOGGING :
WRTD_OUT_TDC_LOGGING;
......
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