Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary call to [self descriptor] in resolveClassMethod:
This was causing problems in OCMock due to recursion when OCMock was trying to mock a protobuf. `_forwardStackInvocation:` was being called as part of the resolution of `descriptor`.
- Loading branch information