Module: wine Branch: master Commit: 93b36efe61c30006b4b2f48a6aba1cc13fa42058 URL: http://source.winehq.org/git/wine.git/?a=commit;h=93b36efe61c30006b4b2f48a6a...
Author: André Hentschel nerv@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>";