summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 8dae69a723..c36435cc17 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -2549,7 +2549,6 @@ get_arglist_exp(
}
#endif
-#if defined(FEAT_GUI) || defined(FEAT_CLIENTSERVER) || defined(PROTO)
/*
* Redefine the argument list.
*/
@@ -2558,7 +2557,6 @@ set_arglist(char_u *str)
{
do_arglist(str, AL_SET, 0);
}
-#endif
/*
* "what" == AL_SET: Redefine the argument list to 'str'.