Fix warning by removing unused variable (#81604)
Apparently, some compilers [correctly] warn that the variable that was created prior to this change is unused. This reemoves the variable.
parent
f7cddf80
Please register or sign in to comment
Apparently, some compilers [correctly] warn that the variable that was created prior to this change is unused. This reemoves the variable.