about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libsyntax/codemap.rs2
1 files changed, 0 insertions, 2 deletions
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<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
 }