summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 13:59:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-17 13:59:26 +0000
commitf25425b106e0e36b075d10160795f9141443cf15 (patch)
treefd4a226acbf1c875afb709744b37929388ab8fce /cpukit/libfs
parent2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f25425b106e0e36b075d10160795f9141443cf15.tar.bz2
2011-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/rfs/rtems-rfs-file-system.c (rtems_rfs_fs_open): Comment out unused vars "group", "group_base".
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
index c972e13247..fd50b9bcff 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
@@ -198,8 +198,10 @@ rtems_rfs_fs_open (const char* name,
uint32_t flags,
rtems_rfs_file_system** fs)
{
+#if UNUSED
rtems_rfs_group* group;
size_t group_base;
+#endif
rtems_rfs_inode_handle inode;
uint16_t mode;
int rc;
@@ -230,8 +232,10 @@ rtems_rfs_fs_open (const char* name,
(*fs)->release_modified_count = 0;
(*fs)->flags = flags;
+#if UNUSED
group = &(*fs)->groups[0];
group_base = 0;
+#endif
/*
* Open the buffer interface.