aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-04-07 11:23:46 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-04-07 11:23:46 +0000
commit62060a802b8ba875bf7ed22eee05f77c55581f56 (patch)
treeb998f3d6494c4cc07b896feb131b57e8d9f64743 /lib/CodeGen/AsmPrinter/DwarfDebug.h
parentc669cb6ba3f71e51fd33cecb3467e5e59f5beb7c (diff)
downloadexternal_llvm-62060a802b8ba875bf7ed22eee05f77c55581f56.zip
external_llvm-62060a802b8ba875bf7ed22eee05f77c55581f56.tar.gz
external_llvm-62060a802b8ba875bf7ed22eee05f77c55581f56.tar.bz2
Remove unused method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 405c6d3..006ee2d 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -527,14 +527,6 @@ private:
return Lines.size();
}
- /// getOrCreateSourceID - Public version of GetOrCreateSourceID. This can be
- /// timed. Look up the source id with the given directory and source file
- /// names. If none currently exists, create a new id and insert it in the
- /// SourceIds map. This can update DirectoryNames and SourceFileNames maps as
- /// well.
- unsigned getOrCreateSourceID(const std::string &DirName,
- const std::string &FileName);
-
/// extractScopeInformation - Scan machine instructions in this function
/// and collect DbgScopes. Return true, if atleast one scope was found.
bool extractScopeInformation();