summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/DwarfLocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'libunwindstack/include/unwindstack/DwarfLocation.h')
-rw-r--r--libunwindstack/include/unwindstack/DwarfLocation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libunwindstack/include/unwindstack/DwarfLocation.h b/libunwindstack/include/unwindstack/DwarfLocation.h
index bf45bc7..22ed47a 100644
--- a/libunwindstack/include/unwindstack/DwarfLocation.h
+++ b/libunwindstack/include/unwindstack/DwarfLocation.h
@@ -47,7 +47,6 @@ struct DwarfLocations : public std::unordered_map<uint32_t, DwarfLocation> {
uint64_t pc_start = 0;
uint64_t pc_end = 0;
};
-typedef DwarfLocations dwarf_loc_regs_t;
} // namespace unwindstack