From: David Blaikie Date: Thu, 21 Mar 2013 00:10:31 +0000 (+0000) Subject: Removing unused DISubprogram::getFile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=efe84421ca49483cf961f97ef02905edb409a336;p=oota-llvm.git Removing unused DISubprogram::getFile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177614 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index ea826d7fb66..6ced25e5a42 100644 --- a/include/llvm/DebugInfo.h +++ b/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.