[PATCH 166] Kill unused variables in the tty code

From: Geert Uytterhoeven
Date: Fri Jan 07 2005 - 16:24:29 EST


Kill unused variables in the tty code

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

--- linux-2.4.29-rc1/drivers/char/tty_io.c 2004-12-26 11:04:04.000000000 +0100
+++ linux-m68k-2.4.29-rc1/drivers/char/tty_io.c 2004-12-26 13:15:53.000000000 +0100
@@ -480,7 +480,6 @@
int retval = 0;
struct tty_ldisc o_ldisc;
char buf[64];
- int work;
unsigned long flags;
struct tty_ldisc *ld;

--- linux-2.4.29-rc1/drivers/char/tty_ioctl.c 2004-12-26 10:43:11.000000000 +0100
+++ linux-m68k-2.4.29-rc1/drivers/char/tty_ioctl.c 2004-12-26 13:16:01.000000000 +0100
@@ -387,7 +387,6 @@
struct tty_struct * real_tty;
int retval;
struct tty_ldisc *ld;
- unsigned long flags;

if (tty->driver.type == TTY_DRIVER_TYPE_PTY &&
tty->driver.subtype == PTY_TYPE_MASTER)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/