diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c index 274dc67bb..c279c263c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2567,8 +2567,6 @@ buflist_findpat( return match; } -#if defined(FEAT_CMDL_COMPL) || defined(PROTO) - /* * Find all buffer names that match. * For command line expansion of ":buf" and ":sbuf". @@ -2673,8 +2671,6 @@ ExpandBufnames( return (count == 0 ? FAIL : OK); } -#endif /* FEAT_CMDL_COMPL */ - /* * Check for a match on the file name for buffer "buf" with regprog "prog". */ |
