diff options
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index fc296acf453..b20506d4703 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -199,10 +199,6 @@ private: llvm::DIDescriptor getContextDescriptor(const Decl *Decl, llvm::DIDescriptor &CU); - /// getCompDirname - AT_comp_dir is empty if filename is absulte otherwise - /// it points to compilation directory. - llvm::StringRef getCompDirname(llvm::StringRef Filename); - /// getCurrentDirname - Return current directory name. llvm::StringRef getCurrentDirname(); |