Skip to content

Commit

Permalink
Bug 486975: Remove unused using directives. (#230)
Browse files Browse the repository at this point in the history
Remove using directives, which won't be needed when CLEAN tags have been
applied.
  • Loading branch information
JesperSchulz authored Oct 9, 2023
1 parent edd13fc commit 6f4f48e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

namespace System.Azure.Identity;

#if not CLEAN22
using System.Security.AccessControl;
#endif

/// <summary>
/// Provides functionality to operation with plan configurations and customized permission sets related to a plan.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

namespace System.Azure.Identity;

#if not CLEAN22
using System.Security.User;
#endif
using System.Security.AccessControl;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ namespace System.Integration.Excel;
using System;
using System.Integration;
using System.Environment;
#if not CLEAN22
using System.Azure.Identity;
#endif
using System.Reflection;

codeunit 1482 "Edit in Excel Impl."
Expand Down

0 comments on commit 6f4f48e

Please sign in to comment.