summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 09:36:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-10-07 09:36:35 +0000
commitda30d6c009c05d7ffaae749ff3c99b20159e6d1f (patch)
treea117468f6c8a4e78d1b8f477566918f5d8e03004 /cpukit/libfs
parent2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-da30d6c009c05d7ffaae749ff3c99b20159e6d1f.tar.bz2
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var "the_jnode".
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/imfs/memfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/libfs/src/imfs/memfile.c b/cpukit/libfs/src/imfs/memfile.c
index 069d352606..49b9b99654 100644
--- a/cpukit/libfs/src/imfs/memfile.c
+++ b/cpukit/libfs/src/imfs/memfile.c
@@ -193,10 +193,6 @@ int memfile_ioctl(
void *buffer
)
{
- IMFS_jnode_t *the_jnode;
-
- the_jnode = iop->pathinfo.node_access;
-
return 0;
}