Remove SniFF

This commit is contained in:
John Schmidt
2014-03-17 17:24:38 +01:00
committed by Thiago de Arruda
parent 8a0043130f
commit 44a6f194b4
7 changed files with 2 additions and 20 deletions

View File

@@ -1661,11 +1661,6 @@ char_u* skiptowhite(char_u *p)
return p;
}
#if defined(FEAT_LISTCMDS) \
|| defined(FEAT_SIGNS) \
|| defined(FEAT_SNIFF) \
|| defined(PROTO)
/// skiptowhite_esc: Like skiptowhite(), but also skip escaped chars
///
/// @param p
@@ -1682,9 +1677,6 @@ char_u* skiptowhite_esc(char_u *p)
return p;
}
#endif // if defined(FEAT_LISTCMDS) || defined(FEAT_SIGNS)
// || defined(FEAT_SNIFF) || defined(PROTO)
/// Getdigits: Get a number from a string and skip over it.
///
/// Note: the argument is a pointer to a char_u pointer!