Skip to content

Commit f34a492

Browse files
committed
Removed unnecessary using directives
1 parent 66d8378 commit f34a492

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/Castle.Core.AsyncInterceptor/ProcessingAsyncInterceptor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Castle.DynamicProxy
55
{
6-
using System.Diagnostics.CodeAnalysis;
76
using System.Threading.Tasks;
87

98
/// <summary>

src/Castle.Core.AsyncInterceptor/ProxyGeneratorExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ namespace Castle.DynamicProxy
55
{
66
using System;
77
using System.Collections.Generic;
8-
using System.Diagnostics.CodeAnalysis;
98
using System.Linq;
109

1110
/// <summary>

0 commit comments

Comments
 (0)