]> wimlib.net Git - wimlib/blobdiff - src/util.c
Stream and blob updates
[wimlib] / src / util.c
index 111166728fdc226221015db9b577afe7b24875b8..242280961d634fbcee28def2272df4ef64dec741 100644 (file)
@@ -170,15 +170,6 @@ void *mempcpy(void *dst, const void *src, size_t n)
 }
 #endif
 
-size_t
-utf16le_strlen(const utf16lechar *s)
-{
-       const utf16lechar *p = s;
-       while (*p)
-               p++;
-       return (p - s) * sizeof(utf16lechar);
-}
-
 static bool seeded = false;
 
 static void