From c5d5a325399db33fb5cacf4d07a23e64c6b428af Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 17 Apr 2013 19:33:41 +0200 Subject: [PATCH] ioengine: kill unneeded thread_data forward declaration Signed-off-by: Jens Axboe --- ioengine.h | 2 -- 1 file changed, 2 deletions(-) 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 */ -- 2.25.1