diff --git a/src/libsyntax/codemap.rs b/src/libsyntax/codemap.rs index 8f42e1b1a59..cb039b25ccf 100644 --- a/src/libsyntax/codemap.rs +++ b/src/libsyntax/codemap.rs @@ -141,8 +141,6 @@ impl span: Deserializable { } } -// 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 }