-
Notifications
You must be signed in to change notification settings - Fork 5k
Cleanup some unused code and signature #112905
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
Conversation
Tagging subscribers to this area: @mangod9 |
@@ -1580,7 +1579,6 @@ typedef PTR_AssemblyNameBaseObject ASSEMBLYNAMEREF; | |||
#define ArgSlotToBool(s) ((BOOL)(s)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and StringToArgSlot
(on lines 1541 and 1571) are also unused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to keep these in pair for completeness.
@jkotas Can you please help to review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
/ba-g DeadLetter |
No description provided.