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/errors/cs3021-2.cs')
-rw-r--r--mcs/errors/cs3021-2.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcs/errors/cs3021-2.cs b/mcs/errors/cs3021-2.cs
deleted file mode 100644
index db891eac0b2..00000000000
--- a/mcs/errors/cs3021-2.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-// cs3021-2.cs: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant
-// Line: 9
-// Compiler options: -warn:2 -warnaserror
-
-using System;
-
-[CLSCompliant (false)]
-public partial interface I
-{
-}