Ticket #2083 (closed defect: wontfix)

Opened 14 years ago

Last modified 14 years ago

removing-unused-parm-struct-vfs_class

Reported by: vit_r Owned by:
Priority: trivial Milestone:
Component: mc-vfs Version:
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by andrew_b) (diff)

It is a try to simplify

foo (struct vfs_class *me)
{
    (void) me;
     ...
}     

There are a plenty of such unused parms

Attachments

2083-removing-unused-parm-struct-vfs_class.patch (3.7 KB) - added by vit_r 14 years ago.
removing-unused-parm-struct-vfs_class

Change History

Changed 14 years ago by vit_r

removing-unused-parm-struct-vfs_class

comment:1 Changed 14 years ago by andrew_b

  • Status changed from new to closed
  • Version master deleted
  • Resolution set to wontfix
  • Description modified (diff)
  • Milestone 4.7 deleted

I think I sould be kept for future implementations.

Note: See TracTickets for help on using tickets.