summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2020-10-09 11:21:30 +0200
committerest31 <MTest31@outlook.com>2020-10-14 04:14:32 +0200
commitfeaac592a303f7407d604b52aa2abf42be68b40b (patch)
treec58dadef1d8980b65a9cb3fe9307ab11e2d94a9c /compiler/rustc_codegen_ssa/src/back
parent49d4a756f1138d8246abb1c027490d1ea37be920 (diff)
downloadrust-feaac592a303f7407d604b52aa2abf42be68b40b.tar.gz
rust-feaac592a303f7407d604b52aa2abf42be68b40b.zip
Remove unused code from rustc_codegen_*
Diffstat (limited to 'compiler/rustc_codegen_ssa/src/back')
-rw-r--r--compiler/rustc_codegen_ssa/src/back/write.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/write.rs b/compiler/rustc_codegen_ssa/src/back/write.rs
index 69a94d8f795..600487d1b7a 100644
--- a/compiler/rustc_codegen_ssa/src/back/write.rs
+++ b/compiler/rustc_codegen_ssa/src/back/write.rs
@@ -1531,8 +1531,6 @@ fn start_executing_work<B: ExtraBackendMethods>(
     }
 }
 
-pub const CODEGEN_WORKER_ID: usize = usize::MAX;
-
 /// `FatalError` is explicitly not `Send`.
 #[must_use]
 pub struct WorkerFatalError;