commit 656f5a3f4d37e12933c4fd4b5bc0c9450ae60969 from: Sven M. Hallberg date: Thu Mar 30 16:58:27 2023 UTC remove stale comment Finished reviewing past modifications to parse_xrefs(). NB: All code attributed to Sumit Ray has been removed from this function. commit - a1014f81d804955bb38b434865b733271aa3d7a7 commit + 656f5a3f4d37e12933c4fd4b5bc0c9450ae60969 blob - b377e34841c1a797a590f69f457d4f496789389b blob + 17cd59eb42975f68b8cbe53b45f81d5deee075b8 --- pdf.c +++ pdf.c @@ -4949,7 +4949,6 @@ dumpstream(FILE *f, const HParsedToken *obj) * * A return value of NULL indicates an empty result. */ -// XXX review changes to this function. see git -L /^parse_xrefs/,/^}/:pdf.c' const HParsedToken ** parse_xrefs(const uint8_t *input, size_t sz, size_t *nxrefs) {