about summary refs log tree commit diff
diff options
context:
space:
mode:
authorr01and <mu001999@outlook.com>2024-03-01 09:50:33 +0800
committerGitHub <noreply@github.com>2024-03-01 09:50:33 +0800
commit7e4b53e45b71abdc1da2960beeb87765330b6340 (patch)
treee7d628c0540ab9b72aed86659fabc43d433c797c
parent1b124a9bbd3637d23f1c1a8e41fcb2594a26a077 (diff)
downloadrust-7e4b53e45b71abdc1da2960beeb87765330b6340.tar.gz
rust-7e4b53e45b71abdc1da2960beeb87765330b6340.zip
Remove unused fluent messages
-rw-r--r--messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/messages.ftl b/messages.ftl
index 5ca0a2e1b6d..0235384445e 100644
--- a/messages.ftl
+++ b/messages.ftl
@@ -20,8 +20,6 @@ codegen_gcc_dynamic_linking_with_lto =
     cannot prefer dynamic linking when performing LTO
     .note = only 'staticlib', 'bin', and 'cdylib' outputs are supported with LTO
 
-codegen_gcc_load_bitcode = failed to load bitcode of module "{$name}"
-
 codegen_gcc_lto_disallowed = lto can only be run for executables, cdylibs and static library outputs
 
 codegen_gcc_lto_dylib = lto cannot be used for `dylib` crate type without `-Zdylib-lto`