about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-11-16 14:55:52 -0800
committerBrian Anderson <banderson@mozilla.com>2012-11-16 14:55:52 -0800
commit2af088529fbb4baf2fa4e71735c27ffa9edefd3d (patch)
tree8959f3af33352312194a0974035d02aaa8d04f42 /src/libsyntax
parent1ac28c36ac70c412445258c535486edaf6140efa (diff)
downloadrust-2af088529fbb4baf2fa4e71735c27ffa9edefd3d.tar.gz
rust-2af088529fbb4baf2fa4e71735c27ffa9edefd3d.zip
Remove incorrect comment from codemap
Diffstat (limited to 'src/libsyntax')
-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
 }