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>2010-12-02 15:09:07 +0300
committerMarek Safar <marek.safar@gmail.com>2010-12-02 15:10:28 +0300
commitc0825e5b1aabf24134536ec5a1f1b8503cf7fabf (patch)
tree6c53d698ed2597030847a2adff713c5b5c80f2f5 /mcs/errors/cs0116.cs
parent89d372ff9faeeb14c1dae0feba689854190e7bac (diff)
Don't try to parse invalid namespace declarations, it does more harm than good
Diffstat (limited to 'mcs/errors/cs0116.cs')
-rw-r--r--mcs/errors/cs0116.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/errors/cs0116.cs b/mcs/errors/cs0116.cs
deleted file mode 100644
index eaa71079546..00000000000
--- a/mcs/errors/cs0116.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-// cs0116.cs: A namespace can only contain types and namespace declarations
-// Line: 6
-
-namespace Bar
-{
- float a;
-}