Commit 071c70f7 authored by Alessandro Rubini's avatar Alessandro Rubini

lib: trivial: remove warnings (unused vars)

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent fb065a0c
......@@ -125,13 +125,7 @@ void fdelay_exit(void)
struct fdelay_board *fdelay_open(int offset, int dev_id)
{
struct __fdelay_board *b = NULL;
uint32_t nsamples;
int i;
char name[64], **np, *channels[] = {
"fd-input",
"fd-ch1", "fd-ch2", "fd-ch3", "fd-ch4",
NULL
};
if (offset >= fd_nboards) {
errno = ENODEV;
......
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