Skip to content

Commit d30df12

Browse files
Remove file with unused APIs. (#79074)
Fixes #78328
1 parent 39b6e5e commit d30df12

File tree

4 files changed

+0
-74
lines changed

4 files changed

+0
-74
lines changed

src/libraries/Common/src/Interop/Interop.CheckedAccess.cs

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@
7979
Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs" />
8080
<Compile Include="$(CommonPath)System\Net\SocketProtocolSupportPal.Unix.cs"
8181
Link="Common\System\Net\SocketProtocolSupportPal.Unix" />
82-
<Compile Include="$(CommonPath)Interop\Interop.CheckedAccess.cs"
83-
Link="Common\System\Net\Internals\Interop.CheckedAccess.cs" />
8482
<Compile Include="$(CommonPath)Interop\Unix\Interop.Errors.cs"
8583
Link="Common\Interop\CoreLib\Unix\Interop.Errors.cs" />
8684
<Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs"

src/libraries/System.Net.NameResolution/tests/PalTests/System.Net.NameResolution.Pal.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@
7676
<ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'Unix' or '$(TargetPlatformIdentifier)' == 'Browser'">
7777
<Compile Include="$(CommonPath)System\Net\SocketAddressPal.Unix.cs"
7878
Link="Common\System\Net\Internals\SocketAddressPal.Unix.cs" />
79-
<Compile Include="$(CommonPath)Interop\Interop.CheckedAccess.cs"
80-
Link="Common\System\Net\Internals\Interop.CheckedAccess.cs" />
8179
<Compile Include="$(CommonPath)System\Net\InteropIPAddressExtensions.Unix.cs"
8280
Link="Common\System\Net\InteropIPAddressExtensions.Unix.cs" />
8381
<Compile Include="..\..\src\System\Net\NameResolutionPal.Unix.cs"

src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@
8686
Link="Common\System\Net\SocketAddressPal.Unix.cs" />
8787
<Compile Include="$(CommonPath)System\Net\Sockets\SocketErrorPal.Unix.cs"
8888
Link="Common\System\Net\Sockets\SocketErrorPal.Unix.cs" />
89-
<Compile Include="$(CommonPath)Interop\Interop.CheckedAccess.cs"
90-
Link="ProductionCode\Common\Interop\Interop.CheckedAccess.cs" />
9189
<Compile Include="$(CommonPath)Interop\Unix\Interop.Errors.cs"
9290
Link="ProductionCode\Interop\Unix\Interop.Errors.cs" />
9391
<Compile Include="$(CommonPath)Interop\Unix\Interop.Libraries.cs"

0 commit comments

Comments
 (0)