From: Gerd Moellmann Date: Mon, 20 Sep 1999 23:18:44 +0000 (+0000) Subject: (Fsignal): Remove unused variables. X-Git-Tag: emacs-pretest-21.0.90~6659 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb81ac977e74113c9a28baa2dbc8812feb354300;p=emacs.git (Fsignal): Remove unused variables. (Fcommandp, do_autoload): Ditto. --- diff --git a/src/eval.c b/src/eval.c index 7052bec2586..c879ecb7ec4 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1217,7 +1217,6 @@ See also the function `condition-case'.") Lisp_Object debugger_value; Lisp_Object string; Lisp_Object real_error_symbol; - Lisp_Object combined_data; extern int display_busy_cursor_p; immediate_quit = 0; @@ -1526,8 +1525,6 @@ Also, a symbol satisfies `commandp' if its function definition does so.") { register Lisp_Object fun; register Lisp_Object funcar; - register Lisp_Object tem; - register int i = 0; fun = function; @@ -1647,7 +1644,7 @@ do_autoload (fundef, funname) Lisp_Object fundef, funname; { int count = specpdl_ptr - specpdl; - Lisp_Object fun, val, queue, first, second; + Lisp_Object fun, queue, first, second; struct gcpro gcpro1, gcpro2, gcpro3; fun = funname;