summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libfs/src/imfs/memfile.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 1012e6e9f9..1fe17f529b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var
+ "the_jnode".
+
2011-10-04 Petr Benes <benesp16@fel.cvut.cz>
PR 1922/testing
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;
}