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:
authorMarek Safar <marek.safar@gmail.com>2012-02-16 20:29:18 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-17 16:37:25 +0400
commit76dac96b4b953a6a1b795ee20b2bb0dab35e60df (patch)
tree4ee827805a7d69b68984c87af5913a3f7cdca3f0 /mcs/class/System.IdentityModel.Selectors
parent2531552bdcee25f89e28f69127fb6088f7e21b0c (diff)
Cleanup some assembly attributes
Diffstat (limited to 'mcs/class/System.IdentityModel.Selectors')
-rw-r--r--mcs/class/System.IdentityModel.Selectors/Assembly/AssemblyInfo.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/class/System.IdentityModel.Selectors/Assembly/AssemblyInfo.cs b/mcs/class/System.IdentityModel.Selectors/Assembly/AssemblyInfo.cs
index b0fcaf4ace1..f221823bdf7 100644
--- a/mcs/class/System.IdentityModel.Selectors/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.IdentityModel.Selectors/Assembly/AssemblyInfo.cs
@@ -59,8 +59,3 @@ using System.Runtime.InteropServices;
[assembly: AssemblyKeyFile ("../ecma.pub")]
[assembly: ComVisible (false)]
-
-[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-[assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]