summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-06-28 11:02:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-07-02 16:15:54 +0200
commit828f9462bef22e2ef5514cd007c2e0217eff21f1 (patch)
treeed07dde1fae6523a1f5fee4327e1cf5bb6cf18b3 /cpukit/libblock
parentlibtests/block06: Increase stack size (diff)
downloadrtems-828f9462bef22e2ef5514cd007c2e0217eff21f1.tar.bz2
libblock: Remove unused field
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/src/bdbuf.c1
1 files changed, 0 insertions, 1 deletions
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;
/**