[bcl] Remove NET_4_0 defines from class libs.
[mono.git] / mcs / class / corlib / System.Diagnostics.Contracts / ContractRuntimeIgnoredAttribute.cs
index a6887206d4d8f02933f81aeb4891dbd95a2dfdfc..41c690f44b486b0ef72df1be19f9629abf1aed3f 100644 (file)
@@ -25,7 +25,6 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_4_0
 using System;
 namespace System.Diagnostics.Contracts {
        [Conditional ("CONTRACTS_FULL")]
@@ -34,5 +33,4 @@ namespace System.Diagnostics.Contracts {
                public ContractRuntimeIgnoredAttribute() {}
        }
 }
-#endif