-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove two unnecessary null pointer checks for the variable “m_RPCWaitDlg” #5378
Comments
You can go ahead and create a PR with the fix 😉 |
🔮 The software evolution can be continued accordingly, can't it? |
If we're going to clean up the logic here let's finish the job, |
Will further source code adjustments belong to other issues? 🤔 |
@davidpanderson did not add his comment as a direct contribution to my pull request for this issue. |
@elfring, ok, if you want, I can say next way: request of @davidpanderson belongs to this particular issue (#5378) and the corresponding PR (#5379) |
💭 I would prefer a clearer separation between remaining open issues for the affected software components. |
@elfring, you're the author of this issue. It was a request from the maintainer to improve your PR. This improvement belongs to the same component and to the same function that is touched by your PR. |
Closing this as 'not needed'. Please read more detailed explanation here: #5379 (comment) |
👀 The member function “
CMainDocument::RequestRPC
” contains the statement “m_RPCWaitDlg = new AsyncRPCDlg();
”.Redundant checks are still applied (despite of this implementation detail).
💭 Thus I suggest to remove them.
The text was updated successfully, but these errors were encountered: