linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 166] Kill unused variables in the tty code
@ 2005-01-07 21:11 Geert Uytterhoeven
  0 siblings, 0 replies; only message in thread
From: Geert Uytterhoeven @ 2005-01-07 21:11 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Linux Kernel Development, Geert Uytterhoeven

Kill unused variables in the tty code

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

--- 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@linux-m68k.org

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-07 21:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-07 21:11 [PATCH 166] Kill unused variables in the tty code Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).