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-14 18:44:35 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-14 18:44:35 +0400
commit5b82f0e08c7792791f8d4e5aebeb3bfd15c72207 (patch)
tree7066f61cdb14de35f911658ae830337dfd0ef868 /mcs/class/corlib/System.Security/SecurityElement.cs
parent3f8e66f47cece19f1d09c3df25fe6f4af8dbf886 (diff)
Clean up some NET_2_0
Diffstat (limited to 'mcs/class/corlib/System.Security/SecurityElement.cs')
-rw-r--r--mcs/class/corlib/System.Security/SecurityElement.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/corlib/System.Security/SecurityElement.cs b/mcs/class/corlib/System.Security/SecurityElement.cs
index 9ba34115463..ca0513ba86a 100644
--- a/mcs/class/corlib/System.Security/SecurityElement.cs
+++ b/mcs/class/corlib/System.Security/SecurityElement.cs
@@ -436,9 +436,6 @@ namespace System.Security {
foreach (SecurityElement child in children) {
child.ToXml (ref s, level + 1);
}
-#if ! NET_2_0
- s.Append (' ', level * 3);
-#endif
}
s.Append ("</")
.Append (tag)