[mono-api-info] Remove unused method.
[mono.git] / mcs / tools / corcompare / WellFormedXmlWriter.cs
index 334c57fab33c99a32fe2894fcffd683eb538f440..8f663c657c12fe73b2ae2f5745df54cc777ccb7e 100644 (file)
@@ -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) {