Static local variable '<variablename>' is already declared
Another static local variable with the same name has already been declared.
Error ID: BC31401
To correct this error
Remove redundant static local declarations.
Give each static local variable a unique name.