diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-27 18:53:20 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-29 13:29:53 -0300 |
commit | 44e40b02cf53c95ab248b98df44ec3dd836bb4b5 (patch) | |
tree | 310e8a4957d70a1ba841e82cdb33d374c75028d6 /src/path.h | |
parent | f5154d7451c09b39ea6944795c59f86aaad393e0 (diff) | |
download | rneovim-44e40b02cf53c95ab248b98df44ec3dd836bb4b5.tar.gz rneovim-44e40b02cf53c95ab248b98df44ec3dd836bb4b5.tar.bz2 rneovim-44e40b02cf53c95ab248b98df44ec3dd836bb4b5.zip |
Move remove_duplicates to garray.c
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h index fc6166d258..cf46b0f02f 100644 --- a/src/path.h +++ b/src/path.h @@ -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); |