Skip to content
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

Unused functions in InvokeUtil #57615

Merged
merged 2 commits into from
Aug 18, 2021
Merged

Conversation

elinor-fung
Copy link
Member

No description provided.

@@ -169,7 +169,6 @@ DEFINE_CLASS(ATTRIBUTE, System, Attribute)


DEFINE_CLASS(BINDER, Reflection, Binder)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DEFINE_CLASS(BINDER, Reflection, Binder)

Can this be deleted too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Binder class is still part of some signatures for other functions that are used - for example:

DEFINE_METASIG_T(IM(Obj_BindingFlags_Binder_ArrObj_CultureInfo_RetObj, j g(BINDING_FLAGS) C(BINDER) a(j) C(CULTURE_INFO), j))

DEFINE_METHOD(METHOD, INVOKE, Invoke, IM_Obj_BindingFlags_Binder_ArrObj_CultureInfo_RetObj)

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
@elinor-fung elinor-fung merged commit dc25ef8 into dotnet:main Aug 18, 2021
@elinor-fung elinor-fung deleted the invokeUtilCleanup branch August 18, 2021 16:51
@ghost ghost locked as resolved and limited conversation to collaborators Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants