summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-15 09:47:53 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-15 09:47:53 -0500
commitadbd7e747ef97337764a00189b24f12e07b6f73c (patch)
treea975f1cab97f71ee72bee95ef035878b4390454f
parentbsps/x86_64: Add APIC timer based clock driver (diff)
downloadrtems-adbd7e747ef97337764a00189b24f12e07b6f73c.tar.bz2
fsdosfssync01/init.c: Remove unused variable
-rw-r--r--testsuites/fstests/fsdosfssync01/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuites/fstests/fsdosfssync01/init.c b/testsuites/fstests/fsdosfssync01/init.c
index e878e59075..a29e905b26 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;