test: remove unused devices field from struct test

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-06-07 11:43:40 +10:00
parent 04b9cd22b6
commit a369b2c208

View file

@ -322,7 +322,6 @@ struct test {
struct list node;
char *name;
TCase *tc;
enum litest_device_type devices;
};
struct suite {