From cee311454427bf5049f5493bb7c7d74df2abb369 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 25 Feb 2025 16:45:35 +1100 Subject: Remove out of date comment. No smallvecs here. --- compiler/rustc_codegen_llvm/src/llvm_util.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_codegen_llvm/src') diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs index a4ada290ae1..4a166b0872d 100644 --- a/compiler/rustc_codegen_llvm/src/llvm_util.rs +++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs @@ -325,7 +325,6 @@ pub(crate) fn target_features_cfg(sess: &Session) -> (Vec, Vec) if RUSTC_SPECIAL_FEATURES.contains(feature) { return true; } - // check that all features in a given smallvec are enabled if let Some(feat) = to_llvm_features(sess, feature) { for llvm_feature in feat { let cstr = SmallCStr::new(llvm_feature); -- cgit 1.4.1-3-g733a5