about summary refs log tree commit diff
path: root/compiler/rustc_ast/src/util/parser.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-10-09 11:20:56 +0200
committerest31 <MTest31@outlook.com>2020-10-14 04:14:32 +0200
commit49d4a756f1138d8246abb1c027490d1ea37be920 (patch)
tree60d5973cc6aaccd3b9a036669b38f107b6826574 /compiler/rustc_ast/src/util/parser.rs
parentd7791f485ba51a4eda241a0ec70d7933858b124b (diff)
downloadrust-49d4a756f1138d8246abb1c027490d1ea37be920.tar.gz
rust-49d4a756f1138d8246abb1c027490d1ea37be920.zip
Remove unused code from rustc_ast
Diffstat (limited to 'compiler/rustc_ast/src/util/parser.rs')
-rw-r--r--compiler/rustc_ast/src/util/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_ast/src/util/parser.rs b/compiler/rustc_ast/src/util/parser.rs
index 2ee94965756..be5516ef471 100644
--- a/compiler/rustc_ast/src/util/parser.rs
+++ b/compiler/rustc_ast/src/util/parser.rs
@@ -231,7 +231,6 @@ impl AssocOp {
     }
 }
 
-pub const PREC_RESET: i8 = -100;
 pub const PREC_CLOSURE: i8 = -40;
 pub const PREC_JUMP: i8 = -30;
 pub const PREC_RANGE: i8 = -10;