summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map.c b/src/map.c
index 9ee64f248..0257cb704 100644
--- a/src/map.c
+++ b/src/map.c
@@ -982,7 +982,6 @@ map_to_exists_mode(char_u *rhs, int mode, int abbr)
return FALSE;
}
-#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
/*
* Used below when expanding mapping/abbreviation names.
*/
@@ -1198,7 +1197,6 @@ ExpandMappings(
*num_file = count;
return (count == 0 ? FAIL : OK);
}
-#endif // FEAT_CMDL_COMPL
/*
* Check for an abbreviation.