summaryrefslogtreecommitdiffstats
path: root/src/charset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset.c')
-rw-r--r--src/charset.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c
index 003949f0a7..7da18bb2e4 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1787,7 +1787,6 @@ skiptowhite(char_u *p)
return p;
}
-#if defined(FEAT_LISTCMDS) || defined(FEAT_SIGNS) || defined(PROTO)
/*
* skiptowhite_esc: Like skiptowhite(), but also skip escaped chars
*/
@@ -1802,7 +1801,6 @@ skiptowhite_esc(char_u *p)
}
return p;
}
-#endif
/*
* Getdigits: Get a number from a string and skip over it.