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:
TComponentRemove the unused global variable.