Why is this an issue?

Having unused global variables adversely affects code readability, as their presence is confusing. Code that is never used should be removed to keep codebases clean and maintainable.

Note that this rule excludes the form variables automatically generated by the Delphi IDE using the following heuristic:

How to fix it

Remove the unused global variable.