Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit Remove an unused variable.



details:   https://anonhg.NetBSD.org/src/rev/b973b5cff6df
branches:  trunk
changeset: 517205:b973b5cff6df
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Nov 08 19:34:41 2001 +0000

description:
Remove an unused variable.

diffstat:

 lib/libedit/el.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 09d98fa2db05 -r b973b5cff6df lib/libedit/el.c
--- a/lib/libedit/el.c  Thu Nov 08 17:05:58 2001 +0000
+++ b/lib/libedit/el.c  Thu Nov 08 19:34:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: el.c,v 1.25 2001/11/02 04:47:47 christos Exp $ */
+/*     $NetBSD: el.c,v 1.26 2001/11/08 19:34:41 mycroft Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)el.c       8.2 (Berkeley) 1/3/94";
 #else
-__RCSID("$NetBSD: el.c,v 1.25 2001/11/02 04:47:47 christos Exp $");
+__RCSID("$NetBSD: el.c,v 1.26 2001/11/08 19:34:41 mycroft Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -65,9 +65,6 @@
 {
 
        EditLine *el = (EditLine *) el_malloc(sizeof(EditLine));
-#ifdef DEBUG
-       char *tty;
-#endif
 
        if (el == NULL)
                return (NULL);



Home | Main Index | Thread Index | Old Index