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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-08-23 16:15:51 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-08-23 16:15:51 +0300
commitc4a5b6b5c3ce17a8d0a9e62dc77ff61ffa24f4b1 (patch)
treefbed20e5b09c3ac735d8046129469fcc64cfd436 /mcs/class/System.IdentityModel
parent0d1db0362d4256d5bb7fbbf05f53658431e3ac9d (diff)
[mcs] Remove NET_4_5 ifdef from the source files
It is always set in all profiles that we support so we can remove it.
Diffstat (limited to 'mcs/class/System.IdentityModel')
-rw-r--r--mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/BootstrapContextTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/BootstrapContextTest.cs b/mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/BootstrapContextTest.cs
index 1d5090748cd..d55b6a06923 100644
--- a/mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/BootstrapContextTest.cs
+++ b/mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/BootstrapContextTest.cs
@@ -2,7 +2,6 @@
// BootstrapContextTest.cs - NUnit Test Cases for System.IdentityModel.Tokens.BootstrapContext
//
-#if NET_4_5
using System;
using System.IO;
using System.IdentityModel.Tokens;
@@ -248,4 +247,3 @@ namespace MonoTests.System.IdentityModel.Tokens.net_4_5 {
}
}
}
-#endif