The error says you have a variable with same name already in the same scope.
So instead of d declaring again, just use the variable.
Remove Unused will remove any variable which is declared but not used in any activity or expression.
The error says you have a variable with same name already in the same scope.
So instead of d declaring again, just use the variable.
Remove Unused will remove any variable which is declared but not used in any activity or expression.