From 8ecb6c17217685c4d77be6687c8bac146380ded5 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Mon, 13 Jan 2020 18:36:39 +0100 Subject: [PATCH] Remove unused variable --- sndiod/dev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sndiod/dev.c b/sndiod/dev.c index 00256ed..d28e40b 100644 --- a/sndiod/dev.c +++ b/sndiod/dev.c @@ -1113,7 +1113,6 @@ int dev_open(struct dev *d) { int i; - struct ctl *c; d->mode = d->reqmode; d->round = d->reqround;