summaryrefslogtreecommitdiffstats
path: root/src/proto/search.pro
diff options
context:
space:
mode:
authorDominique Pelle <dominique.pelle@gmail.com>2022-04-10 11:26:53 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-10 11:26:53 +0100
commit7765f5cf964c751cd780484220bb65773b1b0348 (patch)
treeb734e3be68a3a3176b1eaf4de04f5389bbca54eb /src/proto/search.pro
parent6013d0045dec7ca7c0068fbe186c42d754a7368b (diff)
patch 8.2.4727: unused codev8.2.4727
Problem: Unused code. Solution: Remove code and add #ifdefs. (Dominique Pellé, closes #10136)
Diffstat (limited to 'src/proto/search.pro')
-rw-r--r--src/proto/search.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/search.pro b/src/proto/search.pro
index bdd9213c75..0548fcadd8 100644
--- a/src/proto/search.pro
+++ b/src/proto/search.pro
@@ -42,5 +42,4 @@ void f_matchfuzzy(typval_T *argvars, typval_T *rettv);
void f_matchfuzzypos(typval_T *argvars, typval_T *rettv);
int fuzzy_match_str(char_u *str, char_u *pat);
int fuzzymatches_to_strmatches(fuzmatch_str_T *fuzmatch, char_u ***matches, int count, int funcsort);
-void fuzmatch_str_free(fuzmatch_str_T *fuzmatch, int count);
/* vim: set ft=c : */