diff options
| author | Paul Eggert | 2011-07-12 09:39:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-12 09:39:15 -0700 |
| commit | 270768cd6e5c704b0e1377b09d0f1691a5a11116 (patch) | |
| tree | 923b4906356339ae2cb15f7c36e304fa81194c62 /src | |
| parent | ecd0b99093da223eb20132271b00371cd85bff51 (diff) | |
| download | emacs-270768cd6e5c704b0e1377b09d0f1691a5a11116.tar.gz emacs-270768cd6e5c704b0e1377b09d0f1691a5a11116.zip | |
* term.c (init_tty): Remove unused local.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/term.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4f285c069cf..e964e06894d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix recently-introduced minor problems. | ||
| 4 | * term.c (init_tty): Remove unused local. | ||
| 5 | |||
| 1 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | 6 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xdisp.c (Vresize_mini_windows): Minor doc fix (Bug#3300). | 8 | * 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) | |||
| 3097 | char *area = NULL; | 3097 | char *area = NULL; |
| 3098 | char **address = &area; | 3098 | char **address = &area; |
| 3099 | int buffer_size = 4096; | 3099 | int buffer_size = 4096; |
| 3100 | register char *p = NULL; | ||
| 3101 | int status; | 3100 | int status; |
| 3102 | struct tty_display_info *tty = NULL; | 3101 | struct tty_display_info *tty = NULL; |
| 3103 | struct terminal *terminal = NULL; | 3102 | struct terminal *terminal = NULL; |