aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@moritz.systems>2021-10-09 15:42:34 +0200
committerMichał Górny <mgorny@moritz.systems>2021-10-09 15:42:34 +0200
commitfefd0ca31d37e0dc5863a69b064cf2d3645ed4d6 (patch)
tree74f1804046562d42db1b560b001f04df2853a539
parentb5ff51104810d09071a5e6ac4c33a0c070f996ca (diff)
downloadllvm-fefd0ca31d37e0dc5863a69b064cf2d3645ed4d6.zip
llvm-fefd0ca31d37e0dc5863a69b064cf2d3645ed4d6.tar.gz
llvm-fefd0ca31d37e0dc5863a69b064cf2d3645ed4d6.tar.bz2
[lldb] [DynamicRegisterInfo] Remove obsolete dwarf typedefs (NFC)
-rw-r--r--lldb/include/lldb/Target/DynamicRegisterInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Target/DynamicRegisterInfo.h b/lldb/include/lldb/Target/DynamicRegisterInfo.h
index 5fd0389..99cf5e2 100644
--- a/lldb/include/lldb/Target/DynamicRegisterInfo.h
+++ b/lldb/include/lldb/Target/DynamicRegisterInfo.h
@@ -89,8 +89,6 @@ protected:
typedef std::vector<reg_num_collection> set_reg_num_collection;
typedef std::vector<lldb_private::ConstString> name_collection;
typedef std::map<uint32_t, reg_num_collection> reg_to_regs_map;
- typedef std::vector<uint8_t> dwarf_opcode;
- typedef std::map<uint32_t, dwarf_opcode> dynamic_reg_size_map;
llvm::Expected<uint32_t> ByteOffsetFromSlice(uint32_t index,
llvm::StringRef slice_str,