Hi Andrew,

While looking on XmlNode.cs I found that AppendChildValues is called with _this_ passed as parameter _parent_. But it is a member of the same class, so it already has the same _this_. The patch does not change anything in the execution, only improves readability of the code.

Please feel free to commit. Thanks.

Atsushi Eno
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to