Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4707b8d

Browse files
jkotasdanmoseley
authored andcommitted
Delete ThreadAbortException from CoreFX (#20659)
#16229
1 parent 35a450c commit 4707b8d

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

src/System.Threading.Thread/src/System.Threading.Thread.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<Compile Include="System\Threading\Thread.cs" />
2323
<Compile Include="System\Threading\Thread.Unix.cs" Condition="'$(TargetsUnix)' == 'true'" />
2424
<Compile Include="System\Threading\Thread.Windows.cs" Condition="'$(TargetsWindows)' == 'true'" />
25-
<Compile Include="System\Threading\ThreadAbortException.cs" />
2625
<Compile Include="System\Threading\ThreadExceptionEventArgs.cs" />
2726
</ItemGroup>
2827
<ItemGroup>

src/System.Threading.Thread/src/System/Threading/ThreadAbortException.cs

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

0 commit comments

Comments
 (0)