aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-03-31 16:53:49 +0000
committerDevang Patel <dpatel@apple.com>2011-03-31 16:53:49 +0000
commite62dfcf4b3fcf5397737713b222ab1655df10e03 (patch)
treecd35a3baa458d4f681fa4d4cae5f5050151b9a2f
parentb41aaab5a1769f4df04d566da37866ac91b6ee9e (diff)
downloadexternal_llvm-e62dfcf4b3fcf5397737713b222ab1655df10e03.zip
external_llvm-e62dfcf4b3fcf5397737713b222ab1655df10e03.tar.gz
external_llvm-e62dfcf4b3fcf5397737713b222ab1655df10e03.tar.bz2
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128639 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 1815527..b4d023d 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -255,12 +255,8 @@ class DwarfDebug {
MCSymbol *FunctionBeginSym, *FunctionEndSym;
DIEInteger *DIEIntegerOne;
-private:
- /// getNumSourceIds - Return the number of unique source ids.
- unsigned getNumSourceIds() const {
- return SourceIdMap.size();
- }
+private:
/// assignAbbrevNumber - Define a unique number for the abbreviation.
///