[rtems commit] libblock: Remove unused field

Sebastian Huber sebh at rtems.org
Mon Jul 2 14:13:15 UTC 2012


Module:    rtems
Branch:    master
Commit:    828f9462bef22e2ef5514cd007c2e0217eff21f1
Changeset: http://git.rtems.org/rtems/commit/?id=828f9462bef22e2ef5514cd007c2e0217eff21f1

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Jun 28 11:02:48 2012 +0200

libblock: Remove unused field

---

 cpukit/libblock/src/bdbuf.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c
index 81c8b81..0b84260 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;
 
 /**




More information about the vc mailing list