Remove unused macro rule
This commit is contained in:
parent
fac57d9a06
commit
fc7030130e
@ -449,9 +449,6 @@ fn simd_simple_float_intrinsic<'gcc, 'tcx>(
|
|||||||
args: &[OperandRef<'tcx, RValue<'gcc>>],
|
args: &[OperandRef<'tcx, RValue<'gcc>>],
|
||||||
) -> Result<RValue<'gcc>, ()> {
|
) -> Result<RValue<'gcc>, ()> {
|
||||||
macro_rules! emit_error {
|
macro_rules! emit_error {
|
||||||
($msg: tt) => {
|
|
||||||
emit_error!($msg, )
|
|
||||||
};
|
|
||||||
($msg: tt, $($fmt: tt)*) => {
|
($msg: tt, $($fmt: tt)*) => {
|
||||||
span_invalid_monomorphization_error(
|
span_invalid_monomorphization_error(
|
||||||
bx.sess(), span,
|
bx.sess(), span,
|
||||||
|
Loading…
Reference in New Issue
Block a user