Move remove_duplicates to garray.c

This commit is contained in:
John Schmidt
2014-03-27 18:53:20 +01:00
committed by Thiago de Arruda
parent f5154d7451
commit 44e40b02cf
5 changed files with 28 additions and 26 deletions

View File

@@ -10,7 +10,6 @@ int vim_fnamencmp(char_u *x, char_u *y, size_t len);
char_u *concat_fnames(char_u *fname1, char_u *fname2, int sep);
int unix_expandpath(garray_T *gap, char_u *path, int wildoff, int flags,
int didstar);
void remove_duplicates(garray_T *gap);
int gen_expand_wildcards(int num_pat, char_u **pat, int *num_file,
char_u ***file,
int flags);