aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-21 00:10:31 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-21 00:10:31 +0000
commitefe84421ca49483cf961f97ef02905edb409a336 (patch)
tree40a00f45cbce925f1c4b47903e6818d3eb24938d
parentc1ea2c5d6d5870b44c2021729c2e8a627753e83b (diff)
Removing unused DISubprogram::getFile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177614 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/DebugInfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h
index ea826d7fb6..6ced25e5a4 100644
--- a/include/llvm/DebugInfo.h
+++ b/include/llvm/DebugInfo.h
@@ -478,10 +478,6 @@ namespace llvm {
return getFieldAs<DIFile>(6).getDirectory();
}
- DIFile getFile() const {
- return getFieldAs<DIFile>(6);
- }
-
/// getScopeLineNumber - Get the beginning of the scope of the
/// function, not necessarily where the name of the program
/// starts.