aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCStreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCStreamer.h')
-rw-r--r--include/llvm/MC/MCStreamer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h
index db658d2c4d..0f973eb750 100644
--- a/include/llvm/MC/MCStreamer.h
+++ b/include/llvm/MC/MCStreamer.h
@@ -156,13 +156,6 @@ namespace llvm {
virtual void EmitZerofill(MCSection *Section, MCSymbol *Symbol = 0,
unsigned Size = 0,unsigned Pow2Alignment = 0) = 0;
- /// AbortAssembly - Stop and don't produce output, printing @param
- /// AbortReason if non-NULL to indicate the reason the assembly is
- /// terminated.
- ///
- /// @param AbortReason - The reason assembly is terminated, if non-NULL.
- virtual void AbortAssembly(const char *AbortReason) = 0;
-
/// @}
/// @name Generating Data
/// @{