Skip to content

Commit

Permalink
Remove file with unused APIs. (#79074)
Browse files Browse the repository at this point in the history
Fixes #78328
  • Loading branch information
AaronRobinsonMSFT authored Dec 1, 2022
1 parent 39b6e5e commit d30df12
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 74 deletions.
68 changes: 0 additions & 68 deletions src/libraries/Common/src/Interop/Interop.CheckedAccess.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs" />
<Compile Include="$(CommonPath)System\Net\SocketProtocolSupportPal.Unix.cs"
Link="Common\System\Net\SocketProtocolSupportPal.Unix" />
<Compile Include="$(CommonPath)Interop\Interop.CheckedAccess.cs"
Link="Common\System\Net\Internals\Interop.CheckedAccess.cs" />
<Compile Include="$(CommonPath)Interop\Unix\Interop.Errors.cs"
Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs" />
<Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'Unix' or '$(TargetPlatformIdentifier)' == 'Browser'">
<Compile Include="$(CommonPath)System\Net\SocketAddressPal.Unix.cs"
Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs" />
<Compile Include="$(CommonPath)Interop\Interop.CheckedAccess.cs"
Link="Common\System\Net\Internals\Interop.CheckedAccess.cs" />
<Compile Include="$(CommonPath)System\Net\InteropIPAddressExtensions.Unix.cs"
Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs" />
<Compile Include="..\..\src\System\Net\NameResolutionPal.Unix.cs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
Link="Common\System\Net\SocketAddressPal.Unix.cs" />
<Compile Include="$(CommonPath)System\Net\Sockets\SocketErrorPal.Unix.cs"
Link="Common\System\Net\Sockets\SocketErrorPal.Unix.cs" />
<Compile Include="$(CommonPath)Interop\Interop.CheckedAccess.cs"
Link="ProductionCode\Common\Interop\Interop.CheckedAccess.cs" />
<Compile Include="$(CommonPath)Interop\Unix\Interop.Errors.cs"
Link="ProductionCode\Interop\Unix\Interop.Errors.cs" />
<Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs"
Expand Down

0 comments on commit d30df12

Please # to comment.