summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-07-12 09:39:15 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-07-12 09:39:15 -0700
commit270768cd6e5c704b0e1377b09d0f1691a5a11116 (patch)
tree923b4906356339ae2cb15f7c36e304fa81194c62 /src/term.c
parentecd0b99093da223eb20132271b00371cd85bff51 (diff)
* term.c (init_tty): Remove unused local.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index b9f10b122a..22056451cb 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;