summaryrefslogtreecommitdiff
path: root/source3/lib/util_unistr.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util_unistr.c')
-rw-r--r--source3/lib/util_unistr.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c
index 18df993b5a..26450e319b 100644
--- a/source3/lib/util_unistr.c
+++ b/source3/lib/util_unistr.c
@@ -306,24 +306,6 @@ int strncasecmp_w(const smb_ucs2_t *a, const smb_ucs2_t *b, size_t len)
return (len - n)?(tolower_m(*(COPY_UCS2_CHAR(&cpa,a))) - tolower_m(*(COPY_UCS2_CHAR(&cpb,b)))):0;
}
-/*******************************************************************
- Duplicate string.
-********************************************************************/
-
-smb_ucs2_t *strdup_w(const smb_ucs2_t *src)
-{
- smb_ucs2_t *dest;
- size_t len = strlen_w(src);
- dest = SMB_MALLOC_ARRAY(smb_ucs2_t, len + 1);
- if (!dest) {
- DEBUG(0,("strdup_w: out of memory!\n"));
- return NULL;
- }
-
- memcpy(dest, src, len * sizeof(smb_ucs2_t));
- dest[len] = 0;
- return dest;
-}
/*
The *_wa() functions take a combination of 7 bit ascii
and wide characters They are used so that you can use string