Remove comment

This commit is contained in:
Wilson Lin 2019-12-30 16:54:08 +11:00
parent 4570c647a9
commit aea733ba51
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ fn parse_name(proc: &mut Processor) -> Option<EntityType> {
})
}
// TODO Decoding '<' in content.
// This will parse and skip characters.
// Issues:
// - Malformed entities including bare ampersand could form valid entity if there are immediately following valid entities which are decoded.