Remove TargetELFWriterInfo.
[oota-llvm.git] / include / llvm / Target / TargetMachine.h
index 18e589e2bc0df19e8877355e188f49c959a0062f..50066473b552df1731a1f8d9cb14d8a589d502a0 100644 (file)
@@ -34,7 +34,6 @@ class MCContext;
 class PassManagerBase;
 class Target;
 class DataLayout;
-class TargetELFWriterInfo;
 class TargetFrameLowering;
 class TargetInstrInfo;
 class TargetIntrinsicInfo;
@@ -148,11 +147,6 @@ public:
     return 0;
   }
 
-  /// getELFWriterInfo - If this target supports an ELF writer, return
-  /// information for it, otherwise return null.
-  ///
-  virtual const TargetELFWriterInfo *getELFWriterInfo() const { return 0; }
-
   /// hasMCRelaxAll - Check whether all machine code instructions should be
   /// relaxed.
   bool hasMCRelaxAll() const { return MCRelaxAll; }