[rtems commit] fsdosfssync01/init.c: Remove unused variable

Joel Sherrill joel at rtems.org
Wed Aug 15 15:44:10 UTC 2018


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Aug 15 09:47:53 2018 -0500

fsdosfssync01/init.c: Remove unused variable

---

 testsuites/fstests/fsdosfssync01/init.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuites/fstests/fsdosfssync01/init.c b/testsuites/fstests/fsdosfssync01/init.c
index e878e59..a29e905 100644
--- a/testsuites/fstests/fsdosfssync01/init.c
+++ b/testsuites/fstests/fsdosfssync01/init.c
@@ -96,7 +96,6 @@ static void test(const char *rda, const char *mnt, const char *file)
     .sync_device = true
   };
 
-  rtems_status_code sc;
   int disk_fd;
   int rv;
 



More information about the vc mailing list