diff options
author | Christopher Ferris <cferris@google.com> | 2017-03-17 17:01:45 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-17 17:01:46 +0000 |
commit | cc404b51fc424cbb786abce8b8f36b1dce1c0ab9 (patch) | |
tree | 62ebb9ce531a818efa51e551179dccad32ea949e /libunwindstack/Machine.h | |
parent | 0add3ca7c47b287bc01b5e738cb9b682d43f6f97 (diff) | |
parent | 3958f8060ac0adccd977c0fab7a53d45f3fce58d (diff) |
Merge "Elf interface for new unwinder."
Diffstat (limited to 'libunwindstack/Machine.h')
-rw-r--r-- | libunwindstack/Machine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libunwindstack/Machine.h b/libunwindstack/Machine.h index db84271dd..323ce8023 100644 --- a/libunwindstack/Machine.h +++ b/libunwindstack/Machine.h @@ -19,8 +19,6 @@ #include <stdint.h> -class Regs; - enum ArmReg : uint16_t { ARM_REG_R0 = 0, ARM_REG_R1, |