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

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


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

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

mshtml/tests: Remove unused variable (Clang).

---

 dlls/mshtml/tests/events.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/mshtml/tests/events.c b/dlls/mshtml/tests/events.c
index 7360024..64c0556 100644
--- a/dlls/mshtml/tests/events.c
+++ b/dlls/mshtml/tests/events.c
@@ -98,7 +98,6 @@ typedef struct {
 } xy_test_t;
 
 static const xy_test_t no_xy = {-10,-10,-10,-10};
-static const xy_test_t zero_xy = {0,0,0,0};
 
 static const char empty_doc_str[] =
     "<html></html>";




More information about the wine-cvs mailing list