]> git.saurik.com Git - apple/libc.git/blobdiff - string/FreeBSD/wcscoll.c
Libc-1439.100.3.tar.gz
[apple/libc.git] / string / FreeBSD / wcscoll.c
index ce09e41fd9d2f68518e58d6326f1c1c435d8c31a..68d902984ffb54c2e5f760e3c684ddd99898ddc0 100644 (file)
@@ -45,7 +45,6 @@ wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t loc)
        const wchar_t *t, *t2;
        wchar_t *tt = NULL, *tt2 = NULL;
        wchar_t *tr = NULL, *tr2 = NULL;
        const wchar_t *t, *t2;
        wchar_t *tt = NULL, *tt2 = NULL;
        wchar_t *tr = NULL, *tr2 = NULL;
-       wchar_t w, w2;
        struct __collate_st_info *info;
 
        NORMALIZE_LOCALE(loc);
        struct __collate_st_info *info;
 
        NORMALIZE_LOCALE(loc);