From: David Blaikie Date: Thu, 21 Mar 2013 00:10:31 +0000 (+0000) Subject: Removing unused DISubprogram::getFile X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be783da4598dac37ae033332d877d59c10400dd;p=platform%2Fupstream%2Fllvm.git Removing unused DISubprogram::getFile llvm-svn: 177614 --- 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.