Skip to content

Commit e71510d

Browse files
committed
Removing some unused using directives
1 parent ef7ccac commit e71510d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Src/NHibernate.Envers.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Reflection;
2-
using System.Runtime.InteropServices;
1+
using System.Runtime.InteropServices;
32

43
// Setting ComVisible to false makes the types in this assembly not visible
54
// to COM components. If you need to access a type in this assembly from

Src/NHibernate.Envers/Entities/Mapper/Relation/Lazy/Proxy/DefaultEnversProxyFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using NHibernate.Envers.Configuration;
55
using NHibernate.Envers.Entities.Mapper.Relation.Lazy.Initializor;
66
using NHibernate.Envers.Reader;
7-
using NHibernate.Proxy;
87
using NHibernate.Proxy.DynamicProxy;
98

109
namespace NHibernate.Envers.Entities.Mapper.Relation.Lazy.Proxy

Src/NHibernate.Envers/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Reflection;
32
using System.Runtime.InteropServices;
43

54
[assembly: CLSCompliant(true)]

0 commit comments

Comments
 (0)