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:
Diffstat (limited to 'mcs/nunit20/util/AssemblyInfo.cs')
-rw-r--r--mcs/nunit20/util/AssemblyInfo.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/nunit20/util/AssemblyInfo.cs b/mcs/nunit20/util/AssemblyInfo.cs
index 1a2c1e46045..f18319daad9 100644
--- a/mcs/nunit20/util/AssemblyInfo.cs
+++ b/mcs/nunit20/util/AssemblyInfo.cs
@@ -83,9 +83,5 @@ using System.Runtime.CompilerServices;
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
// documentation for more information on this.
//
-#if TARGET_JVM
-[assembly: AssemblyDelaySign(false)]
-#else
[assembly: AssemblyKeyFile("../../../nunit.key")]
[assembly: AssemblyKeyName("")]
-#endif