Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2011-12-05 16:00:19 +0400
committerjfrijters <jfrijters>2011-12-05 16:00:19 +0400
commit2bcb82d7e33522ebff7fea9fc14b3c9dbb064957 (patch)
treea47e015b25a5a8f65083c99f9f9bf74a8f81ceb6
parenta12bb56a416d490d66fc777a42a5029dc1c1563e (diff)
Removed unused type property.
-rw-r--r--reflect/Universe.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/reflect/Universe.cs b/reflect/Universe.cs
index da1c9fb9..eaecae9c 100644
--- a/reflect/Universe.cs
+++ b/reflect/Universe.cs
@@ -122,7 +122,6 @@ namespace IKVM.Reflection
private Type typeof_System_NonSerializedAttribute;
private Type typeof_System_SerializableAttribute;
private Type typeof_System_AttributeUsageAttribute;
- private Type typeof_System_Reflection_AssemblyCultureAttribute;
private Type typeof_System_Runtime_InteropServices_DllImportAttribute;
private Type typeof_System_Runtime_InteropServices_FieldOffsetAttribute;
private Type typeof_System_Runtime_InteropServices_InAttribute;
@@ -336,11 +335,6 @@ namespace IKVM.Reflection
get { return typeof_System_AttributeUsageAttribute ?? (typeof_System_AttributeUsageAttribute = ImportMscorlibType(typeof(System.AttributeUsageAttribute))); }
}
- internal Type System_Reflection_AssemblyCultureAttribute
- {
- get { return typeof_System_Reflection_AssemblyCultureAttribute ?? (typeof_System_Reflection_AssemblyCultureAttribute = ImportMscorlibType(typeof(System.Reflection.AssemblyCultureAttribute))); }
- }
-
internal Type System_Runtime_InteropServices_DllImportAttribute
{
get { return typeof_System_Runtime_InteropServices_DllImportAttribute ?? (typeof_System_Runtime_InteropServices_DllImportAttribute = ImportMscorlibType(typeof(System.Runtime.InteropServices.DllImportAttribute))); }