Changeset da30d6c0 in rtems


Ignore:
Timestamp:
10/07/11 09:36:35 (12 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
16b1599f
Parents:
c317873
Message:

2011-10-07 Ralf Corsépius <ralf.corsepius@…>

  • libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var "the_jnode".
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    rc317873 rda30d6c0  
     12011-10-07      Ralf Corsépius <ralf.corsepius@rtems.org>
     2
     3        * libfs/src/imfs/memfile.c (memfile_ioctl): Remove unused var
     4        "the_jnode".
     5
    162011-10-04       Petr Benes <benesp16@fel.cvut.cz>
    27
  • cpukit/libfs/src/imfs/memfile.c

    rc317873 rda30d6c0  
    194194)
    195195{
    196   IMFS_jnode_t   *the_jnode;
    197 
    198   the_jnode = iop->pathinfo.node_access;
    199 
    200196  return 0;
    201197}
Note: See TracChangeset for help on using the changeset viewer.