LTO: Remove a now-unused InputFile accessor.
authorPeter Collingbourne <peter@pcc.me.uk>
Tue, 22 Nov 2016 21:25:30 +0000 (21:25 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Tue, 22 Nov 2016 21:25:30 +0000 (21:25 +0000)
llvm-svn: 287702

llvm/include/llvm/LTO/LTO.h

index 80e94e8..16ef686 100644 (file)
@@ -238,10 +238,6 @@ public:
                             symbol_iterator(Obj->symbol_end(), this));
   }
 
-  StringRef getDataLayoutStr() const {
-    return Obj->getModule().getDataLayoutStr();
-  }
-
   StringRef getSourceFileName() const {
     return Obj->getModule().getSourceFileName();
   }