aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp/rregexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libregexp/rregexec.c')
-rw-r--r--src/libregexp/rregexec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libregexp/rregexec.c b/src/libregexp/rregexec.c
index c3a1753b..ca48a31d 100644
--- a/src/libregexp/rregexec.c
+++ b/src/libregexp/rregexec.c
@@ -40,7 +40,6 @@ rregexec1(Reprog *progp, /* program to run */
/* Execute machine once for each character, including terminal NUL */
s = j->rstarts;
do{
-
/* fast check for first char */
if(checkstart) {
switch(j->starttype) {