1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-01-27 13:50:13 +03:00

Hamcore: Remove unused functions

This commit is contained in:
Davide Beatrici
2021-02-26 04:32:15 +01:00
parent 1301dc93c6
commit cf2585c079
5 changed files with 0 additions and 342 deletions

View File

@ -22,12 +22,6 @@ static LOCK *iconv_lock = NULL;
void *iconv_cache_wide_to_str = 0;
void *iconv_cache_str_to_wide = 0;
// Initialize the string
void ClearUniStr(wchar_t *str, UINT str_size)
{
UniStrCpy(str, str_size, L"");
}
// Examine whether the string contains the specified character
bool UniInChar(wchar_t *string, wchar_t c)
{