summaryrefslogtreecommitdiffstats
path: root/src/userfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userfunc.c')
-rw-r--r--src/userfunc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/userfunc.c b/src/userfunc.c
index bdd5c370d8..5abea1c4c6 100644
--- a/src/userfunc.c
+++ b/src/userfunc.c
@@ -2793,8 +2793,6 @@ get_expanded_name(char_u *name, int check)
}
#endif
-#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
-
/*
* Function given to ExpandGeneric() to obtain the list of user defined
* function names.
@@ -2838,8 +2836,6 @@ get_user_func_name(expand_T *xp, int idx)
return NULL;
}
-#endif /* FEAT_CMDL_COMPL */
-
/*
* ":delfunction {name}"
*/