Skip to content

Commit 2af0885

Browse files
committed
Remove incorrect comment from codemap
1 parent 1ac28c3 commit 2af0885

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/codemap.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ impl<D: Deserializer> span: Deserializable<D> {
141141
}
142142
}
143143

144-
// XXX col shouldn't be CharPos because col is not an absolute location in the
145-
// codemap, and BytePos and CharPos always represent absolute positions
146144
pub struct Loc {
147145
file: @FileMap, line: uint, col: CharPos
148146
}

0 commit comments

Comments
 (0)