Remove unused variable

This commit is contained in:
Alexandre Ratchov 2020-01-13 18:36:39 +01:00
parent 88eee3e423
commit 8ecb6c1721
1 changed files with 0 additions and 1 deletions

View File

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