André Hentschel : mshtml/tests: Remove unused variable (Clang).
2 Dec
2014
2 Dec
'14
7:40 p.m.
Module: wine Branch: master Commit: 93b36efe61c30006b4b2f48a6aba1cc13fa42058 URL: http://source.winehq.org/git/wine.git/?a=commit;h=93b36efe61c30006b4b2f48a6a... Author: André Hentschel <nerv(a)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>";
4031
Age (days ago)
4031
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard