[Task] Add an extra check in Task.WaitAny to make sure the index returned is valid
[mono.git] / mcs / class / corlib / System.Security.Principal / IdentityNotMappedException.cs
index 5fcc0e15f6e7c50674a35d2c78fb391de3155e05..3b8ec99801b96890960a704ab2b50d9f968c60d5 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Globalization;
 using System.Runtime.InteropServices;
@@ -70,4 +69,3 @@ namespace System.Security.Principal {
        }
 }
 
-#endif