Merge pull request #1843 from info-lvsys/patch-1
[mono.git] / mcs / class / corlib / System.Security.AccessControl / PrivilegeNotHeldException.cs
index fff20c79dc5bd4058c1b9e42337ce76a658c48c4..e0f0b3d37ac0b36da9a5e9aed6e438c8e3eaa060 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 using System.Runtime.Serialization;
 using System.Security.Permissions;
@@ -68,4 +66,3 @@ namespace System.Security.AccessControl {
        }
 }
 
-#endif