Simplify the handling of pcrel relocations on ELF. Now we do the right thing
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index 634f163d84ecd109c4eab17e80b21f0b69e4dc95..c85aa3da9572e672bbce19ebcd8b30e4e5a7bc6e 100644 (file)
@@ -25,8 +25,6 @@ namespace llvm {
 
   struct MCAsmInfoDarwin : public MCAsmInfo {
     explicit MCAsmInfoDarwin();
-    virtual const MCExpr *
-    getExprForFDESymbol(const MCSymbol *Sym, MCStreamer &Streamer) const;
   };
 }