W1003 Cleanup Warnings

Cleanup

function is declared but never called; remove it or call it

When this occurs

Function defined but never invoked

Example error message

warning[W1003]: function 'helper' is declared but never called

How to fix

Call the function or remove it.

Related errors