From 9be783da4598dac37ae033332d877d59c10400dd Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 21 Mar 2013 00:10:31 +0000 Subject: [PATCH] Removing unused DISubprogram::getFile llvm-svn: 177614 --- llvm/include/llvm/DebugInfo.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/include/llvm/DebugInfo.h b/llvm/include/llvm/DebugInfo.h index ea826d7..6ced25e 100644 --- a/llvm/include/llvm/DebugInfo.h +++ b/llvm/include/llvm/DebugInfo.h @@ -478,10 +478,6 @@ namespace llvm { return getFieldAs(6).getDirectory(); } - DIFile getFile() const { - return getFieldAs(6); - } - /// getScopeLineNumber - Get the beginning of the scope of the /// function, not necessarily where the name of the program /// starts. -- 2.7.4