From: Paul Eggert Date: Tue, 12 Jul 2011 16:39:15 +0000 (-0700) Subject: * term.c (init_tty): Remove unused local. X-Git-Tag: emacs-pretest-24.0.90~104^2~347^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=270768cd6e5c704b0e1377b09d0f1691a5a11116;p=emacs.git * term.c (init_tty): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4f285c069cf..e964e06894d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-07-12 Paul Eggert + + Fix recently-introduced minor problems. + * term.c (init_tty): Remove unused local. + 2011-07-12 Chong Yidong * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300). diff --git a/src/term.c b/src/term.c index b9f10b122a7..22056451cb9 100644 --- a/src/term.c +++ b/src/term.c @@ -3097,7 +3097,6 @@ init_tty (const char *name, const char *terminal_type, int must_succeed) char *area = NULL; char **address = &area; int buffer_size = 4096; - register char *p = NULL; int status; struct tty_display_info *tty = NULL; struct terminal *terminal = NULL;