mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
Removing unused DISubprogram::getFile
llvm-svn: 177614
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user