From: Peter Collingbourne Date: Tue, 22 Nov 2016 21:25:30 +0000 (+0000) Subject: LTO: Remove a now-unused InputFile accessor. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15e8caa4f4daa96c39039bc618887a6bfea1e782;p=llvm LTO: Remove a now-unused InputFile accessor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287702 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/LTO/LTO.h b/include/llvm/LTO/LTO.h index 80e94e8efbc..16ef686226a 100644 --- a/include/llvm/LTO/LTO.h +++ b/include/llvm/LTO/LTO.h @@ -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(); }