]> git.eshelyaron.com Git - emacs.git/commitdiff
* term.c (init_tty): Remove unused local.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 16:39:15 +0000 (09:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jul 2011 16:39:15 +0000 (09:39 -0700)
src/ChangeLog
src/term.c

index 4f285c069cf92bc8300ca82167b9f50c0f5a3858..e964e06894d219b9c220a4db2f4564faf25a47c4 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix recently-introduced minor problems.
+       * term.c (init_tty): Remove unused local.
+
 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300).
index b9f10b122a7b4b17377de8043058ce683030ee85..22056451cb90ff0098d0dfc9719b581bfe4c0a09 100644 (file)
@@ -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;