Remove strcmp_len(): it is now unused

(See 28856.)
This commit is contained in:
Nick Mathewson
2018-12-17 09:04:25 -05:00
parent a0fad3981e
commit 29254812a3
3 changed files with 0 additions and 25 deletions
-1
View File
@@ -33,7 +33,6 @@ int tor_strisnonupper(const char *s);
int tor_strisspace(const char *s);
int strcmp_opt(const char *s1, const char *s2);
int strcmpstart(const char *s1, const char *s2);
int strcmp_len(const char *s1, const char *s2, size_t len);
int strcasecmpstart(const char *s1, const char *s2);
int strcmpend(const char *s1, const char *s2);
int strcasecmpend(const char *s1, const char *s2);