Updated.
authorMarek Safar <marek.safar@gmail.com>
Tue, 20 Oct 2009 09:30:33 +0000 (09:30 -0000)
committerMarek Safar <marek.safar@gmail.com>
Tue, 20 Oct 2009 09:30:33 +0000 (09:30 -0000)
svn path=/trunk/mcs/; revision=144435

mcs/class/corlib/System.Diagnostics.Contracts/PureAttribute.cs

index 9c1e88624854f5ababf93e9f542557f6129d0405..5abf3de344f4deb5724b5a5899baba8c203d015e 100644 (file)
@@ -33,7 +33,6 @@ using System;
 namespace System.Diagnostics.Contracts
 {
        [ConditionalAttribute("CONTRACTS_FULL")]
-       [ConditionalAttribute("CONTRACTS_PRECONDITIONS")]
        [AttributeUsageAttribute (AttributeTargets.Class | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event | AttributeTargets.Parameter | AttributeTargets.Delegate)]
        public sealed class PureAttribute : Attribute
        {