tamer: ir::xir::reader: Remove namespace TODO

This isn't XIR's responsibility, and so there's nothing to do here.
main
Mike Gerwitz 2021-10-21 16:52:58 -04:00
parent 6d25be0ec7
commit 13a779ec9c
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ impl<B: BufRead> XmlXirReader<B> {
// Clear any previous buffer to free unneeded data.
self.tokbuf.clear();
// TODO: need an option to ignore namespaces, since it's a waste of
// time for the linker
match self.reader.read_event(&mut self.readbuf) {
// This is the only time we'll consider the iterator to be done.
Ok(QuickXmlEvent::Eof) => None,