From 828f9462bef22e2ef5514cd007c2e0217eff21f1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 28 Jun 2012 11:02:48 +0200 Subject: [PATCH] libblock: Remove unused field --- cpukit/libblock/src/bdbuf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c index 81c8b81fb8..0b84260bf0 100644 --- a/cpukit/libblock/src/bdbuf.c +++ b/cpukit/libblock/src/bdbuf.c @@ -61,7 +61,6 @@ typedef struct rtems_bdbuf_swapout_transfer rtems_disk_device *dd; /**< The device the transfer is for. */ bool syncing; /**< The data is a sync'ing. */ rtems_blkdev_request* write_req; /**< The write request array. */ - uint32_t bufs_per_bd; /**< Number of buffers per bd. */ } rtems_bdbuf_swapout_transfer; /**