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-06-07 18:17:52 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-07 18:17:52 +0400
commitd9e4371f9e07befd8ee00c7a41b329bc1ffec000 (patch)
treebd8f28766404480e2b06894e70826ac7f039fa63 /mcs/class/System.Data.DataSetExtensions
parentd24f2bf83f7e4a1fcc4d32432b7bfd105a6bbd38 (diff)
Clean up assembly attributes
Diffstat (limited to 'mcs/class/System.Data.DataSetExtensions')
-rw-r--r--mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs b/mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs
index 6135015bf2b..0f367dd986f 100644
--- a/mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Data.DataSetExtensions/Assembly/AssemblyInfo.cs
@@ -65,9 +65,6 @@ using System.Runtime.InteropServices;
[assembly: AllowPartiallyTrustedCallers]
[assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-[assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-// Extension attribute should be added by compiler
[assembly: SecurityCritical]
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]