Skip to content

Commit 9436559

Browse files
authored
ink_utf8_to_latin1 is not defined, removing declaration (#7737)
1 parent 7612422 commit 9436559

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

include/tscore/ink_string.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ size_t ink_strlcpy(char *dst, const char *str, size_t siz);
7676
size_t ink_strlcat(char *dst, const char *str, size_t siz);
7777
#endif
7878

79-
/* Convert from UTF-8 to latin-1/iso-8859-1. This can be lossy. */
80-
void ink_utf8_to_latin1(const char *in, int inlen, char *out, int *outlen);
81-
8279
/*===========================================================================*
8380
8481
Inline Functions

0 commit comments

Comments
 (0)