=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: oleaut32/tests: Remove unused code (Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Dec 2 13:40:21 CST 2014


Module: wine
Branch: master
Commit: d68b81cacb69f8f05b9d605986c157fe670b8686
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d68b81cacb69f8f05b9d605986c157fe670b8686

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Dec  1 22:59:22 2014 +0100

oleaut32/tests: Remove unused code (Clang).

---

 dlls/oleaut32/tests/vartest.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index 066e5f6..28983ff 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -331,12 +331,6 @@ static void setdec64(DECIMAL* dec, BYTE scl, BYTE sgn, ULONG hi32, ULONG mid32,
     S1(U1(*dec)).Lo32 = lo32;
 }
 
-static inline int strcmpW( const WCHAR *str1, const WCHAR *str2 )
-{
-    while (*str1 && (*str1 == *str2)) { str1++; str2++; }
-    return *str1 - *str2;
-}
-
 /* return the string text of a given variant type */
 static char vtstr_buffer[16][256];
 static int vtstr_current=0;




More information about the wine-cvs mailing list