mshtml/tests: Remove unused variable (Clang).

This commit is contained in:
André Hentschel 2014-12-01 22:56:14 +01:00 committed by Alexandre Julliard
parent 3135b02546
commit 93b36efe61
1 changed files with 0 additions and 1 deletions

View File

@ -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>";