From 15e8caa4f4daa96c39039bc618887a6bfea1e782 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Tue, 22 Nov 2016 21:25:30 +0000 Subject: [PATCH] LTO: Remove a now-unused InputFile accessor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287702 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/LTO/LTO.h | 4 ---- 1 file changed, 4 deletions(-) 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(); } -- 2.50.1