1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Remove unused variable.

This commit is contained in:
Poul-Henning Kamp 2004-06-01 19:02:51 +00:00
parent a9626fb3b4
commit 4b5f407579
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129954

View File

@ -150,7 +150,6 @@ smioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct thread *td)
struct tty *tp;
mousehw_t *hw;
mousemode_t *mode;
int error;
int s;
tp = dev->si_tty;