From: Jens Axboe Date: Wed, 17 Apr 2013 17:33:41 +0000 (+0200) Subject: ioengine: kill unneeded thread_data forward declaration X-Git-Tag: fio-2.1~24 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c5d5a325399db33fb5cacf4d07a23e64c6b428af ioengine: kill unneeded thread_data forward declaration Signed-off-by: Jens Axboe --- diff --git a/ioengine.h b/ioengine.h index 493d4b5c..d52b2b97 100644 --- a/ioengine.h +++ b/ioengine.h @@ -28,8 +28,6 @@ enum { IO_U_F_VER_LIST = 1 << 7, }; -struct thread_data; - /* * The io unit */