Skip to content

Commit 622f8fd

Browse files
committed
Change ThreadsHandler Thread type to model type
1 parent 1b6788d commit 622f8fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Dap.Protocol/Feature/Requests/ThreadsFeature.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using OmniSharp.Extensions.DebugAdapter.Protocol.Models;
33
using OmniSharp.Extensions.JsonRpc;
44
using OmniSharp.Extensions.JsonRpc.Generation;
5-
using Thread = System.Threading.Thread;
65

76
// ReSharper disable once CheckNamespace
87
namespace OmniSharp.Extensions.DebugAdapter.Protocol

0 commit comments

Comments
 (0)