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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2016-01-27 16:15:25 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2016-01-28 16:49:00 +0300
commit4350e463b47accbd9c5284a0d6779b67dfe58fb9 (patch)
tree11f290067fbb1d2b5e3ade5e0a89e01ac4307c74
parentd21bbefe55230c2cbf9ba4ade2bcd76aff36a1b2 (diff)
[mono-api-info] Remove unused method.
-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) {