summaryrefslogtreecommitdiffstats
path: root/src/arglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arglist.c')
-rw-r--r--src/arglist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arglist.c b/src/arglist.c
index b8f2e2a6f2..b1a6a0b2f5 100644
--- a/src/arglist.c
+++ b/src/arglist.c
@@ -817,7 +817,6 @@ ex_argdelete(exarg_T *eap)
#endif
}
-#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
/*
* Function given to ExpandGeneric() to obtain the possible arguments of the
* argedit and argdelete commands.
@@ -830,7 +829,6 @@ get_arglist_name(expand_T *xp UNUSED, int idx)
return alist_name(&ARGLIST[idx]);
}
-#endif
/*
* Get the file name for an argument list entry.