]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287702 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/LTO/LTO.h

index 80e94e8efbc3957a9a1d66cd6855f874eb74c912..16ef686226a410dfe37596505ceb76d0239347ac 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();
   }