diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2017-03-16 10:31:36 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2017-03-29 00:41:10 +0000 |
| commit | 496996c2af6174cb83a65756249d289f315dff80 (patch) | |
| tree | b91bb711e184cb4a249ee90b1077a5bee68268a4 /src/libsyntax_pos | |
| parent | 1979f96549fc41b544d2bf05eb868f26941f2b25 (diff) | |
| download | rust-496996c2af6174cb83a65756249d289f315dff80.tar.gz rust-496996c2af6174cb83a65756249d289f315dff80.zip | |
Remove code in `syntax::codemap`.
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libsyntax_pos/lib.rs b/src/libsyntax_pos/lib.rs index 1c9a05dadd1..1b62d62348b 100644 --- a/src/libsyntax_pos/lib.rs +++ b/src/libsyntax_pos/lib.rs @@ -263,10 +263,6 @@ pub const NO_EXPANSION: ExpnId = ExpnId(!0); // For code appearing from the command line pub const COMMAND_LINE_EXPN: ExpnId = ExpnId(!1); -// For code generated by a procedural macro, without knowing which -// Used in `qquote!` -pub const PROC_EXPN: ExpnId = ExpnId(!2); - impl ExpnId { pub fn from_u32(id: u32) -> ExpnId { ExpnId(id) |
