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:
authorZoltan Varga <vargaz@gmail.com>2015-01-14 00:06:31 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-14 00:06:31 +0300
commit032f313d5f3b99954cabb3e152b3c8d4424d5a2b (patch)
treee09b14b13cfb9b70197cc6255de6b3e91ce6cfb9 /mcs/class/PEAPI
parentbc8041cbe5152a748be1ccb323611ae903cd4443 (diff)
[bcl] Remove NET_4_0 defines from class libs.
Diffstat (limited to 'mcs/class/PEAPI')
-rw-r--r--mcs/class/PEAPI/Metadata.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/PEAPI/Metadata.cs b/mcs/class/PEAPI/Metadata.cs
index 55af156cb6d..1e08ff38590 100644
--- a/mcs/class/PEAPI/Metadata.cs
+++ b/mcs/class/PEAPI/Metadata.cs
@@ -4927,11 +4927,7 @@ namespace PEAPI {
private static readonly uint max3BitSmlIx = 0x1FFF;
private static readonly uint max5BitSmlIx = 0x7FF;
// NOTE: version and stream name strings MUST always be quad padded
-#if NET_4_0
private static readonly string version = "v4.0.30319\0\0";
-#else
- private static readonly string version = "v2.0.50727\0\0";
-#endif
private static readonly char[] tildeName = {'#','~','\0','\0'};
private static readonly char[] stringsName = {'#','S','t','r','i','n','g','s','\0','\0','\0','\0'};
private static readonly char[] usName = {'#','U','S','\0'};