Skip to content

Commit e358164

Browse files
authored
Remove unused System.Diagnostics import
1 parent 47a95b0 commit e358164

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Shared/LogMessagePacketBase.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System;
@@ -18,8 +18,6 @@
1818
using Microsoft.Build.Framework.Profiler;
1919
using System.Collections;
2020
using System.Linq;
21-
using System.Diagnostics;
22-
2321
#endif
2422

2523
#if FEATURE_APPDOMAIN

0 commit comments

Comments
 (0)