[llvm] r177614 - Removing unused DISubprogram::getFile

David Blaikie dblaikie at gmail.com
Wed Mar 20 17:10:31 PDT 2013


Author: dblaikie
Date: Wed Mar 20 19:10:31 2013
New Revision: 177614

URL: http://llvm.org/viewvc/llvm-project?rev=177614&view=rev
Log:
Removing unused DISubprogram::getFile

Modified:
    llvm/trunk/include/llvm/DebugInfo.h

Modified: llvm/trunk/include/llvm/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo.h?rev=177614&r1=177613&r2=177614&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/DebugInfo.h Wed Mar 20 19:10:31 2013
@@ -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.





More information about the llvm-commits mailing list