Skip to content

Delete some dead code - #63087

Merged
jkoritzinsky merged 1 commit into
dotnet:mainfrom
am11:feature/cleanups/deadcode
Dec 23, 2021
Merged

Delete some dead code#63087
jkoritzinsky merged 1 commit into
dotnet:mainfrom
am11:feature/cleanups/deadcode

Conversation

@am11

@am11am11 commented Dec 22, 2021

Copy link
Copy Markdown
Member
  • System.Environment.MachineName is resolved using gethostname() C library function on Unix. However, its test is using utsname.nodename. Changed test to also use GetHostName() and deleted GetNodeName().
  • TypeSpec.NeedsEscaping() is unused in mono, hence deleted.

@ghostghost added the community-contribution Indicates that the PR has been added by a community member label Dec 22, 2021
@ghost

Copy link
Copy Markdown

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@jkoritzinsky
jkoritzinsky merged commit c3dd830 into dotnet:mainDec 23, 2021
@ghostghost locked as resolved and limited conversation to collaborators Jan 22, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

community-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@am11@jkoritzinsky