summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/DwarfLocation.h
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2021-03-16 22:53:25 +0000
committerDavid Srbecky <dsrbecky@google.com>2021-03-17 00:00:55 +0000
commitb7ae58458c962f004834a380b00fbbff99fe44dc (patch)
treef9aabf8b05536b851a56e540c0d94d0b1579e75d /libunwindstack/include/unwindstack/DwarfLocation.h
parentcd5123b49f3cd86ce3a06ddb207932b4571491ed (diff)
downloadunwinding-b7ae58458c962f004834a380b00fbbff99fe44dc.tar.gz
Remove the dwarf_loc_regs_t typedef.
Just a tiny clean up. Test: libunwindstack_unit_test Change-Id: I3086731e1aa943d1628baf434aa16f0fdc007048
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