summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mscorlib/src/System/Runtime/Versioning/NonVersionableAttribute.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mscorlib/src/System/Runtime/Versioning/NonVersionableAttribute.cs b/src/mscorlib/src/System/Runtime/Versioning/NonVersionableAttribute.cs
index 216a48a370..e4809953bc 100644
--- a/src/mscorlib/src/System/Runtime/Versioning/NonVersionableAttribute.cs
+++ b/src/mscorlib/src/System/Runtime/Versioning/NonVersionableAttribute.cs
@@ -25,9 +25,6 @@ using System.Diagnostics;
namespace System.Runtime.Versioning
{
- // This Conditional is here to strip the annotations for targets where ReadyToRun is not supported.
- // If this attribute is ever made public, this Conditional should be removed.
- [Conditional("FEATURE_READYTORUN")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Constructor,
AllowMultiple = false, Inherited = false)]
internal sealed class NonVersionableAttribute : Attribute