A parameter is never used.

Delete the parameter from the relevant function or method. If that is not possible (due to overriding or similar) rename the parameter as described above.

In this example the parameter filename is ignored which is misleading.