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

Delete lock accounting #33048

Merged
merged 1 commit into from
Mar 2, 2020
Merged

Delete lock accounting #33048

merged 1 commit into from
Mar 2, 2020

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented Mar 2, 2020

This is left-over from CLR SQL support. We do not need it in CoreCLR.

This is left-over from CLR SQL support. We do not need it in CoreCLR.
@jkotas jkotas mentioned this pull request Mar 2, 2020
@jkotas
Copy link
Member Author

jkotas commented Mar 2, 2020

Failure is #32805

@jkotas jkotas merged commit 58ee130 into dotnet:master Mar 2, 2020
@jkotas jkotas deleted the lock-accounting branch March 2, 2020 18:50
AppDomain *pDomain = GetAppDomain();
// Cannot enable the following assertion.
// We may take the lock, but the lock will be released during exception backout.
//_ASSERTE(!pDomain->IsDefaultDomain());
Copy link
Member

Choose a reason for hiding this comment

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

Everything's the default domain now right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, that is more code that can be deleted #33073

@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants