about summary refs log tree commit diff
path: root/compiler/rustc_incremental/messages.ftl
diff options
context:
space:
mode:
authormu001999 <mu001999@outlook.com>2024-08-08 08:17:55 +0800
committermu001999 <mu001999@outlook.com>2024-08-25 13:41:39 +0800
commite7f11b6913eb1549847be2173a20d08f3cbf46ff (patch)
tree0b7f4832d9abe937b22502b75a9317465a560ad2 /compiler/rustc_incremental/messages.ftl
parentf167efad2f51088d86180ee89177b3d7c9e7c2f5 (diff)
downloadrust-e7f11b6913eb1549847be2173a20d08f3cbf46ff.tar.gz
rust-e7f11b6913eb1549847be2173a20d08f3cbf46ff.zip
Removes dead code from the compiler
Diffstat (limited to 'compiler/rustc_incremental/messages.ftl')
-rw-r--r--compiler/rustc_incremental/messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_incremental/messages.ftl b/compiler/rustc_incremental/messages.ftl
index de2177ebb6e..2a65101d360 100644
--- a/compiler/rustc_incremental/messages.ftl
+++ b/compiler/rustc_incremental/messages.ftl
@@ -99,6 +99,4 @@ incremental_unrecognized_depnode = unrecognized `DepNode` variant: {$name}
 
 incremental_unrecognized_depnode_label = dep-node label `{$label}` not recognized
 
-incremental_write_dep_graph = failed to write dependency graph to `{$path}`: {$err}
-
 incremental_write_new = failed to write {$name} to `{$path}`: {$err}