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/tools/corcompare/WellFormedXmlWriter.cs')
-rw-r--r--mcs/tools/corcompare/WellFormedXmlWriter.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/tools/corcompare/WellFormedXmlWriter.cs b/mcs/tools/corcompare/WellFormedXmlWriter.cs
index 334c57fab33..8f663c657c1 100644
--- a/mcs/tools/corcompare/WellFormedXmlWriter.cs
+++ b/mcs/tools/corcompare/WellFormedXmlWriter.cs
@@ -15,11 +15,6 @@ namespace CorCompare {
public class WellFormedXmlWriter : DefaultXmlWriter
{
- public static bool IsValid (int ch)
- {
- return !IsInvalid (ch);
- }
-
public static bool IsInvalid (int ch)
{
switch (ch) {