summaryrefslogtreecommitdiff
path: root/eclass/rust.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/rust.eclass')
-rw-r--r--eclass/rust.eclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/rust.eclass b/eclass/rust.eclass
index 2cc0dd7d23d8..e99fca94ac3d 100644
--- a/eclass/rust.eclass
+++ b/eclass/rust.eclass
@@ -84,7 +84,6 @@ declare -A -g -r _RUST_LLVM_MAP=(
["1.76.0"]=17
["1.75.0"]=17
["1.74.1"]=17
- ["1.71.1"]=16
)
# @ECLASS_VARIABLE: _RUST_SLOTS_ORDERED
@@ -111,7 +110,6 @@ declare -a -g -r _RUST_SLOTS_ORDERED=(
"1.76.0"
"1.75.0"
"1.74.1"
- "1.71.1"
)
# == user control knobs ==