Skip to content

Commit bcdc4b1

Browse files
committed
XXX hide unused variables
1 parent 63815fd commit bcdc4b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ir/context.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@ impl BindgenContext {
510510
// TODO(emilio): Use the CXTargetInfo here when available.
511511
//
512512
// see: https://reviews.llvm.org/D32389
513-
let (effective_target, explicit_target) =
513+
// TODO(kulp): Use results of find_effective_target or else drop this check.
514+
let (_effective_target, _explicit_target) =
514515
crate::find_effective_target(&options.clang_args);
515516

516517
let parse_options =

0 commit comments

Comments
 (0)