forked from 12to11/12to11
* tests/seat_test.c (get_next_expect_data): Remove unused field.
This commit is contained in:
parent
686f71c3b4
commit
13a399bd35
1 changed files with 0 additions and 3 deletions
|
@ -267,11 +267,8 @@ static const struct test_surface_listener test_surface_listener =
|
||||||
static struct test_expect_data *
|
static struct test_expect_data *
|
||||||
get_next_expect_data (void)
|
get_next_expect_data (void)
|
||||||
{
|
{
|
||||||
struct test_expect_data *data;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
data = current_listener_data;
|
|
||||||
|
|
||||||
for (i = 0; i < num_listener_data; ++i)
|
for (i = 0; i < num_listener_data; ++i)
|
||||||
{
|
{
|
||||||
if (current_listener_data[i].arrived)
|
if (current_listener_data[i].arrived)
|
||||||
|
|
Loading…
Add table
Reference in a new issue