1
Fork 0

Remove incorrect comment from codemap

This commit is contained in:
Brian Anderson 2012-11-16 14:55:52 -08:00
parent 1ac28c36ac
commit 2af088529f

View file

@ -141,8 +141,6 @@ impl<D: Deserializer> span: Deserializable<D> {
}
}
// XXX col shouldn't be CharPos because col is not an absolute location in the
// codemap, and BytePos and CharPos always represent absolute positions
pub struct Loc {
file: @FileMap, line: uint, col: CharPos
}