1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

Remove unused variable

This commit is contained in:
Alexandre Ratchov 2020-01-13 18:36:39 +01:00
parent 88eee3e423
commit 8ecb6c1721

View File

@ -1113,7 +1113,6 @@ int
dev_open(struct dev *d) dev_open(struct dev *d)
{ {
int i; int i;
struct ctl *c;
d->mode = d->reqmode; d->mode = d->reqmode;
d->round = d->reqround; d->round = d->reqround;