summaryrefslogtreecommitdiffstats
path: root/src/p_lblock_next.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_lblock_next.c')
-rw-r--r--src/p_lblock_next.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/p_lblock_next.c b/src/p_lblock_next.c
index adfa043..6f5f00d 100644
--- a/src/p_lblock_next.c
+++ b/src/p_lblock_next.c
@@ -234,7 +234,6 @@ void
else if (*ptr == C_SQUOTE)
mode = u_meet_squote(word, ptr, mode);
else if (mode == Q_NONE && *ptr == C_EQUALS)
- u_meet_equals();
ptr++;
}
/* char *ptr; */