Module Chart Checks : (C6079) Textual subroutine using redundant local variables

(C6079) Textual subroutine using redundant local variables

Error In:
Completeness
Description:
Local variables of a textual subroutine are affected, but not used.
Format:
<local variable name> in <subroutine name>
 
Example:
LOCAL1 in F1
Erroneous Elements:
Subroutines