summaryrefslogtreecommitdiff
path: root/src/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regexp.c')
-rw-r--r--src/regexp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/regexp.c b/src/regexp.c
index e29e6eaef..74ed13f3f 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -1093,7 +1093,6 @@ static void cleanup_subexpr(void);
#ifdef FEAT_SYN_HL
static void cleanup_zsubexpr(void);
#endif
-static void reg_nextline(void);
static int match_with_backref(linenr_T start_lnum, colnr_T start_col, linenr_T end_lnum, colnr_T end_col, int *bytelen);
/*