Skip to content

Commit cee3114

Browse files
committed
Remove out of date comment.
No smallvecs here.
1 parent 35b7994 commit cee3114

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
@@ -325,7 +325,6 @@ pub(crate) fn target_features_cfg(sess: &Session) -> (Vec<Symbol>, Vec<Symbol>)
325325
if RUSTC_SPECIAL_FEATURES.contains(feature) {
326326
return true;
327327
}
328-
// check that all features in a given smallvec are enabled
329328
if let Some(feat) = to_llvm_features(sess, feature) {
330329
for llvm_feature in feat {
331330
let cstr = SmallCStr::new(llvm_feature);

0 commit comments

Comments
 (0)