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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-11-19 18:14:37 +0300
committerJan Kotas <jkotas@microsoft.com>2017-11-19 21:37:38 +0300
commit80ba32d2c2ec22c80bea3b14d5ce966e0363f255 (patch)
tree2f1f1d2b5d7412769c508b14a5677f8ed37ef4ae /src/System.Private.Xml/tests/Xslt
parent0f828ffdf66084148bd5f19bbc770c07076feb6f (diff)
Delete unnecessary CAS permission annotations
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslTransformApi/MyNavigator.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/MyNavigator.cs b/src/System.Private.Xml/tests/Xslt/XslTransformApi/MyNavigator.cs
index bc3d365c64..230694afab 100644
--- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/MyNavigator.cs
+++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/MyNavigator.cs
@@ -169,7 +169,6 @@ public class MyNavigator : XPathNavigator
// Selection
/// <include file='doc\XPathNavigator.uex' path='docs/doc[@for="XPathNavigator.Compile"]/*' />
- //[PermissionSetAttribute(SecurityAction.Deny, Name = "FullTrust")]
public override XPathExpression Compile(string xpath)
{
if (xpath.IndexOf("custom", 0, xpath.Length) >= 0)
@@ -177,4 +176,4 @@ public class MyNavigator : XPathNavigator
return _xn.Compile(xpath);
}
-} \ No newline at end of file
+}