summaryrefslogtreecommitdiff
path: root/src/cmdhist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdhist.c')
-rw-r--r--src/cmdhist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmdhist.c b/src/cmdhist.c
index 72b399821..683fc862b 100644
--- a/src/cmdhist.c
+++ b/src/cmdhist.c
@@ -88,7 +88,6 @@ static char *(history_names[]) =
NULL
};
-#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
/*
* Function given to ExpandGeneric() to obtain the possible first
* arguments of the ":history command.
@@ -112,7 +111,6 @@ get_history_arg(expand_T *xp UNUSED, int idx)
return (char_u *)"all";
return NULL;
}
-#endif
/*
* init_history() - Initialize the command line history.