[rtems commit] dosfs: Remove unused parameter

Sebastian Huber sebh at rtems.org
Mon May 14 14:57:18 UTC 2012


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 14 16:54:45 2012 +0200

dosfs: Remove unused parameter

---

 cpukit/libfs/src/dosfs/msdos_file.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cpukit/libfs/src/dosfs/msdos_file.c b/cpukit/libfs/src/dosfs/msdos_file.c
index 9f4a84c..ac09e0f 100644
--- a/cpukit/libfs/src/dosfs/msdos_file.c
+++ b/cpukit/libfs/src/dosfs/msdos_file.c
@@ -273,7 +273,6 @@ msdos_file_sync(rtems_libio_t *iop)
 {
     int                rc = RC_OK;
     rtems_status_code  sc = RTEMS_SUCCESSFUL;
-    fat_file_fd_t     *fat_fd = iop->pathinfo.node_access;
     msdos_fs_info_t   *fs_info = iop->pathinfo.mt_entry->fs_info;
 
     sc = rtems_semaphore_obtain(fs_info->vol_sema, RTEMS_WAIT,




More information about the vc mailing list