Fix a compile warning in regress_thread.c

This commit is contained in:
Sebastian Hahn 2010-09-08 20:29:39 +02:00
parent 3658b1696d
commit 911e0db8f0

View File

@ -454,7 +454,6 @@ thread_deferred_cb_skew(void *arg)
{ {
struct basic_test_data *data = arg; struct basic_test_data *data = arg;
struct timeval tv_timer = {4, 0}; struct timeval tv_timer = {4, 0};
struct event event_threads;
struct deferred_cb_queue *queue; struct deferred_cb_queue *queue;
int i; int i;