try dropping Curl_cwcsdup

This commit is contained in:
Viktor Szakats 2025-07-07 23:46:21 +02:00
parent ba0b245a3f
commit c4db274491
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 4 additions and 19 deletions

View file

@ -41,9 +41,6 @@ curl_free_callback Curl_cfree = (curl_free_callback)free;
curl_realloc_callback Curl_crealloc = (curl_realloc_callback)realloc;
curl_strdup_callback Curl_cstrdup = (curl_strdup_callback)system_strdup;
curl_calloc_callback Curl_ccalloc = (curl_calloc_callback)calloc;
#if defined(_WIN32) && defined(UNICODE)
curl_wcsdup_callback Curl_cwcsdup = NULL; /* not used in test code */
#endif
#if defined(_MSC_VER) && defined(_DLL)
# pragma warning(pop)