From: Eli Zaretskii Date: Tue, 2 Jan 2001 14:04:12 +0000 (+0000) Subject: (Fprimitive_undo): Remove unused block-scope variable X-Git-Tag: emacs-pretest-21.0.95~196 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17bf2e6edec44ef6b241751856712a2c9c734ef8;p=emacs.git (Fprimitive_undo): Remove unused block-scope variable `end'. --- diff --git a/src/undo.c b/src/undo.c index 40cebbac6ed..d2a5590a193 100644 --- a/src/undo.c +++ b/src/undo.c @@ -478,7 +478,6 @@ Return what remains of the list.") else if (INTEGERP (car) && INTEGERP (cdr)) { /* Element (BEG . END) means range was inserted. */ - Lisp_Object end; if (XINT (car) < BEGV || XINT (cdr) > ZV)