Variable is declared but never used

This variable is declared, but it is never used throughout the formula. Example:

float x

and the value of x is never referenced anywhere else in the formula. This means that the declaration of x is unnecessary and could be removed without altering the meaning of the formula.

See Also
Warnings