erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

Remove unnecessary shadow variable #493

Closed matrush closed 3 years ago

matrush commented 3 years ago

This shadow variable mock is from testBlockConstraintRetainedByStub. The mock is already defined as a private variable in the @implementation section. With -Wshadow and -Werror this became an error so we should fix this.