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/System/System.IO.Ports/SerialData.cs')
-rw-r--r--mcs/class/System/System.IO.Ports/SerialData.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/mcs/class/System/System.IO.Ports/SerialData.cs b/mcs/class/System/System.IO.Ports/SerialData.cs
deleted file mode 100644
index e978cbbffb0..00000000000
--- a/mcs/class/System/System.IO.Ports/SerialData.cs
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-// System.IO.Ports.SerialData.cs
-//
-// Authors:
-// Carlos Alberto Cortez (calberto.cortez@gmail.com)
-//
-// (c) Copyright 2006 Novell, Inc. (http://www.novell.com)
-//
-
-#if NET_2_0
-
-namespace System.IO.Ports
-{
- public enum SerialData
- {
- Chars = 1,
- Eof
- }
-}
-
-#endif
-