Remove unused variable.
This commit is contained in:
parent
921b14b521
commit
30540e618c
@ -150,7 +150,6 @@ smioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td)
|
|||||||
struct tty *tp;
|
struct tty *tp;
|
||||||
mousehw_t *hw;
|
mousehw_t *hw;
|
||||||
mousemode_t *mode;
|
mousemode_t *mode;
|
||||||
int error;
|
|
||||||
int s;
|
int s;
|
||||||
|
|
||||||
tp = dev->si_tty;
|
tp = dev->si_tty;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user