Skip to content

Commit

Permalink
Remove now unnecessary using statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed Aug 20, 2024
1 parent e92ba3f commit 972aa33
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

using System;
using System.Diagnostics;
#if !NET6_0_OR_GREATER
using System.Security.Permissions;
#endif

namespace NUnit.Framework.Diagnostics
{
Expand Down

0 comments on commit 972aa33

Please sign in to comment.