diff src/normal.c @ 1689:a285f0cd8a46 v7.2b.022

updated for version 7.2b-022
author vimboss
date Sat, 26 Jul 2008 14:05:07 +0000
parents b9740fb41986
children c8c47cc9dab1
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -565,7 +565,6 @@ normal_cmd(oap, toplevel)
     oparg_T	*oap;
     int		toplevel;		/* TRUE when called from main() */
 {
-    static long	opcount = 0;		/* ca.opcount saved here */
     cmdarg_T	ca;			/* command arguments */
     int		c;
     int		ctrl_w = FALSE;		/* got CTRL-W command */