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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-01-05 18:25:55 +0300
committerJan Kotas <jkotas@microsoft.com>2016-01-05 18:25:55 +0300
commitf682d0a4be4b6d8e1299cd133d1b7409322a5096 (patch)
tree34fcf210ac09c2c957978886873363d3fa9bb189 /src/System.Private.CoreLib
parentd9e490ff545284a86c9eef66ce8e4557e826bbe5 (diff)
Remove CORERT TODO
Diffstat (limited to 'src/System.Private.CoreLib')
-rw-r--r--src/System.Private.CoreLib/src/System/Object.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Private.CoreLib/src/System/Object.cs b/src/System.Private.CoreLib/src/System/Object.cs
index 10c7ea611..eb5128c65 100644
--- a/src/System.Private.CoreLib/src/System/Object.cs
+++ b/src/System.Private.CoreLib/src/System/Object.cs
@@ -75,8 +75,7 @@ namespace System
#endif
#if CORERT
- // CORERT-TODO: RuntimeTypeHandle
- // [Intrinsic]
+ [Intrinsic]
#endif
public Type GetType()
{