changeset 56295:9edd102571f9

(skip_chars): Remove unused labels fwd_unibyte_ok and back_unibyte_ok.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 30 Jun 2004 19:34:49 +0000
parents aaa6a4ecea38
children 075ad6932e06
files src/syntax.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/syntax.c	Wed Jun 30 19:34:34 2004 +0000
+++ b/src/syntax.c	Wed Jun 30 19:34:49 2004 +0000
@@ -1734,7 +1734,6 @@
 		  if (!fastmap[*p])
 		    break;
 
-		fwd_unibyte_ok:
 		  p++, pos++;
 		}
 	  }
@@ -1808,7 +1807,6 @@
 		  if (!fastmap[p[-1]])
 		    break;
 
-		back_unibyte_ok:
 		  p--, pos--;
 		}
 	  }