diff src/event-stream.c @ 2236:caf11603feef

[xemacs-hg @ 2004-08-26 20:09:23 by james] Remove unused variable 'n' and the unnecessary call that set it.
author james
date Thu, 26 Aug 2004 20:09:27 +0000
parents fd0cbe945410
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/event-stream.c	Thu Aug 26 18:47:03 2004 +0000
+++ b/src/event-stream.c	Thu Aug 26 20:09:27 2004 +0000
@@ -3357,7 +3357,6 @@
 	{
 	  Lisp_Object new_chain = key_sequence_to_event_chain (result);
 	  Lisp_Object tempev;
-	  int n;
 
 	  /* If the first_mungeable_event of the other munger is
 	     within the events we're munging, then it will point to
@@ -3375,7 +3374,6 @@
 	    }
 
 	  /* Now munge the current event chain in the command builder. */
-	  n = event_chain_count (suffix);
 	  command_builder_replace_suffix (builder, suffix, new_chain);
 	  builder->first_mungeable_event[munge] = Qnil;