diff options
-rw-r--r-- | include/llvm/DebugInfo.h | 4 |
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. |