diff options
Diffstat (limited to 'include/llvm/MC/MCAsmInfoDarwin.h')
-rw-r--r-- | include/llvm/MC/MCAsmInfoDarwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/MC/MCAsmInfoDarwin.h b/include/llvm/MC/MCAsmInfoDarwin.h index 634f163d84..c85aa3da95 100644 --- a/include/llvm/MC/MCAsmInfoDarwin.h +++ b/include/llvm/MC/MCAsmInfoDarwin.h @@ -25,8 +25,6 @@ namespace llvm { struct MCAsmInfoDarwin : public MCAsmInfo { explicit MCAsmInfoDarwin(); - virtual const MCExpr * - getExprForFDESymbol(const MCSymbol *Sym, MCStreamer &Streamer) const; }; } |