projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b9cd2
)
test: remove unused devices field from struct test
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 7 Jun 2017 01:43:40 +0000
(11:43 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 7 Jun 2017 04:23:47 +0000
(14:23 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest.c
patch
|
blob
|
history
diff --git
a/test/litest.c
b/test/litest.c
index ef4744558196d7cec52be9bde1c6646eb66d154d..69f87aa0e40d5b604137dd743944e097abf38184 100644
(file)
--- a/
test/litest.c
+++ b/
test/litest.c
@@
-322,7
+322,6
@@
struct test {
struct list node;
char *name;
TCase *tc;
- enum litest_device_type devices;
};
struct suite {