Skip to content

Commit ffff359

Browse files
authored
Fix primitive datatypes (#104)
***PUBLISH_RELEASE*** ***UPDATE_DEPENDENTS***
1 parent 26250f0 commit ffff359

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/MetadataProcessor.Core/Tables/nanoSignaturesTable.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ static nanoSignaturesTable()
6868
PrimitiveTypes.Add(typeof(object).FullName, nanoCLR_DataType.DATATYPE_OBJECT);
6969
PrimitiveTypes.Add(typeof(IntPtr).FullName, nanoCLR_DataType.DATATYPE_I4);
7070
PrimitiveTypes.Add(typeof(UIntPtr).FullName, nanoCLR_DataType.DATATYPE_U4);
71-
72-
PrimitiveTypes.Add("System.WeakReference", nanoCLR_DataType.DATATYPE_WEAKCLASS);
7371
}
7472

7573
/// <summary>

0 commit comments

Comments
 (0)