[mono-api-info] Remove unused method.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Wed, 27 Jan 2016 13:15:25 +0000 (14:15 +0100)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 28 Jan 2016 13:49:00 +0000 (14:49 +0100)
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) {