2002-03-13 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml / NameTable.cs
index b9a4d09b40a3d843172ea2a86fb2286ceef3e40c..c85332180409133b9560fca8b5a35a23017f8877 100755 (executable)
@@ -68,7 +68,6 @@ namespace System.Xml
 
                        string key = new string (array, offset, length);
 
-                       //return (string) table [key];
                        return Get (key);
                }
        }