Skip to content

Commit 28b9a4e

Browse files
committed
cleanup
1 parent 19354eb commit 28b9a4e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/AspectCore.Core/Utils/ProxyGeneratorUtils.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Collections.ObjectModel;
43
using System.Diagnostics;
54
using System.Globalization;
65
using System.Linq;
76
using System.Reflection;
87
using System.Reflection.Emit;
9-
using System.Runtime.CompilerServices;
108
using System.Threading;
119
using System.Threading.Tasks;
1210
using AspectCore.DynamicProxy;
@@ -16,7 +14,7 @@
1614

1715
namespace AspectCore.Utils
1816
{
19-
internal partial class ProxyGeneratorUtils
17+
internal class ProxyGeneratorUtils
2018
{
2119
private const string ProxyNameSpace = "AspectCore.DynamicGenerated";
2220
private const string ProxyAssemblyName = "AspectCore.DynamicProxy.Generator";

0 commit comments

Comments
 (0)