Remove Parameter
From CSSEMediaWiki
If a method does not use a parameter in its body, then the parameter should simply be removed.
Parameters imply data that is needed. If it is the case that some uses of the method need the parameter, you may need to make this method seperate, having a version with and without the parameter.
See Also: