robrighter / node-xml

An xml parser for node.js written in javascript.
197 stars 59 forks source link

sys required but not used #16

Open micmath opened 13 years ago

micmath commented 13 years ago

I see that in https://github.com/robrighter/node-xml/blob/master/lib/node-xml.js there are a couple of places where the "sys" module is required, but I don't see where it is ever used. Are the requires able to be refactored away?