aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/DebugInfo
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-09-22 18:25:32 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-09-22 18:25:32 +0000
commite7174f183280fa4e3288f48ae01b5190f0011d48 (patch)
tree85045cb3e6f134ee2b651f3bc3affec37df36c42 /include/llvm/DebugInfo
parenteaad5cdc2a3ac1f8813e9ee72c58428fd5e8bc33 (diff)
downloadexternal_llvm-e7174f183280fa4e3288f48ae01b5190f0011d48.zip
external_llvm-e7174f183280fa4e3288f48ae01b5190f0011d48.tar.gz
external_llvm-e7174f183280fa4e3288f48ae01b5190f0011d48.tar.bz2
Remove dead code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/DebugInfo')
-rw-r--r--include/llvm/DebugInfo/DWARFFormValue.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/DebugInfo/DWARFFormValue.h b/include/llvm/DebugInfo/DWARFFormValue.h
index ad6f71d..5618155 100644
--- a/include/llvm/DebugInfo/DWARFFormValue.h
+++ b/include/llvm/DebugInfo/DWARFFormValue.h
@@ -58,10 +58,6 @@ public:
const uint8_t *BlockData() const;
uint64_t getReference(const DWARFCompileUnit* cu) const;
- /// Resolve any compile unit specific references so that we don't need
- /// the compile unit at a later time in order to work with the form
- /// value.
- bool resolveCompileUnitReferences(const DWARFCompileUnit* cu);
uint64_t getUnsigned() const { return Value.uval; }
int64_t getSigned() const { return Value.sval; }
const char *getAsCString(const DWARFCompileUnit *CU) const;