Removing unused DISubprogram::getFile

llvm-svn: 177614
This commit is contained in:
David Blaikie
2013-03-21 00:10:31 +00:00
parent 433c2e64f8
commit 9be783da45

View File

@@ -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.