Skip to content

Remove unused parameters

Nicolas Chauvat requested to merge topic/default/main into branch/default
  • 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.

Merge request reports