diff options
author | Devang Patel <dpatel@apple.com> | 2011-03-31 16:53:49 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-03-31 16:53:49 +0000 |
commit | e62dfcf4b3fcf5397737713b222ab1655df10e03 (patch) | |
tree | cd35a3baa458d4f681fa4d4cae5f5050151b9a2f | |
parent | b41aaab5a1769f4df04d566da37866ac91b6ee9e (diff) | |
download | external_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.h | 6 |
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. /// |