Skip to content

Commit 80cbaa3

Browse files
committed
Remove unused macro rule
1 parent 3fac982 commit 80cbaa3

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_codegen_gcc/src/intrinsic

1 file changed

+0
-3
lines changed

compiler/rustc_codegen_gcc/src/intrinsic/simd.rs

-3
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,6 @@ pub fn generic_simd_intrinsic<'a, 'gcc, 'tcx>(bx: &mut Builder<'a, 'gcc, 'tcx>,
449449
args: &[OperandRef<'tcx, RValue<'gcc>>],
450450
) -> Result<RValue<'gcc>, ()> {
451451
macro_rules! emit_error {
452-
($msg: tt) => {
453-
emit_error!($msg, )
454-
};
455452
($msg: tt, $($fmt: tt)*) => {
456453
span_invalid_monomorphization_error(
457454
bx.sess(), span,

0 commit comments

Comments
 (0)