Remove unused parameters
- We're not overriding an inherited function,
_
parameter is useless - We're not using line parameter in the function body,
line
is useless - Add
argument_removed
deprecation warning for the users who may still use this function.