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/class/corlib/System/PlatformID.cs')
-rw-r--r--mcs/class/corlib/System/PlatformID.cs37
1 files changed, 0 insertions, 37 deletions
diff --git a/mcs/class/corlib/System/PlatformID.cs b/mcs/class/corlib/System/PlatformID.cs
deleted file mode 100644
index 56d2299e9fb..00000000000
--- a/mcs/class/corlib/System/PlatformID.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-// PlatformID.cs
-//
-// This code was automatically generated from
-// ECMA CLI XML Library Specification.
-// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
-// Created: Wed, 5 Sep 2001 06:35:29 UTC
-// Source file: all.xml
-// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
-//
-// (C) 2001 Ximian, Inc. http://www.ximian.com
-
-
-namespace System {
-
-
- /// <summary>
- /// </summary>
- public enum PlatformID {
-
- /// <summary>
- /// </summary>
- Win32S = 0,
-
- /// <summary>
- /// </summary>
- Win32Windows = 1,
-
- /// <summary>
- /// </summary>
- Win32NT = 2,
-
- /// <summary>
- /// </summary>
- Unix = 128
- } // PlatformID
-
-} // System