winetest: Remove an unused struct field.

This commit is contained in:
Michael Stefaniuc 2012-08-31 00:09:02 +02:00 committed by Alexandre Julliard
parent ebf33fff47
commit 74ab51dc3d

View file

@ -46,7 +46,6 @@
struct wine_test
{
char *name;
int resource;
int subtest_count;
char **subtests;
char *exename;