changeset 58085:18b96dd184c4

(Fcall_interactively): Remove unused variable 'funcar'.
author Kim F. Storm <storm@cua.dk>
date Tue, 09 Nov 2004 13:18:58 +0000
parents af3035cf985a
children 4de4892b2b6c
files src/callint.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callint.c	Tue Nov 09 13:18:39 2004 +0000
+++ b/src/callint.c	Tue Nov 09 13:18:58 2004 +0000
@@ -265,7 +265,6 @@
   Lisp_Object *args, *visargs;
   unsigned char **argstrings;
   Lisp_Object fun;
-  Lisp_Object funcar;
   Lisp_Object specs;
   Lisp_Object filter_specs;
   Lisp_Object teml;