Variable is written to but never read back

The value of this variable is never used. Example:

x = (2,1)

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

See Also
Warnings