Skip to content

Commit 145e520

Browse files
committed
Remove out of date comment.
No smallvecs here.
1 parent db4bc1f commit 145e520

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_codegen_llvm/src/llvm_util.rs

-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ pub(crate) fn target_features_cfg(sess: &Session) -> (Vec<Symbol>, Vec<Symbol>)
323323
if RUSTC_SPECIAL_FEATURES.contains(feature) {
324324
return true;
325325
}
326-
// check that all features in a given smallvec are enabled
327326
if let Some(feat) = to_llvm_features(sess, feature) {
328327
for llvm_feature in feat {
329328
let cstr = SmallCStr::new(llvm_feature);

0 commit comments

Comments
 (0)