Index: lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h |
diff --git a/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h b/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h |
index e9257894af2a017801cbcc0ba194016109d1a7ba..51cfa0adc1a982fe4366a7ee1c948f8ce77fb187 100644 |
--- a/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h |
+++ b/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.h |
@@ -32,13 +32,6 @@ namespace llvm { |
explicit ARMELFMCAsmInfo(StringRef TT); |
void setUseIntegratedAssembler(bool Value) override; |
- |
- // @LOCALMOD-BEGIN |
- // Exceptions handling |
- void setExceptionsType(ExceptionHandling ExType) { |
- ExceptionsType = ExType; |
- } |
- // @LOCALMOD-END |
}; |
class ARMCOFFMCAsmInfoMicrosoft : public MCAsmInfoMicrosoft { |