Removing unused DISubprogram::getFile
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 21 Mar 2013 00:10:31 +0000 (00:10 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 21 Mar 2013 00:10:31 +0000 (00:10 +0000)
llvm-svn: 177614

llvm/include/llvm/DebugInfo.h

index ea826d7..6ced25e 100644 (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.