summaryrefslogtreecommitdiff
path: root/compiler/debug/dwarf/dwarf_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/debug/dwarf/dwarf_constants.h')
-rw-r--r--compiler/debug/dwarf/dwarf_constants.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/debug/dwarf/dwarf_constants.h b/compiler/debug/dwarf/dwarf_constants.h
index 96f805e85f..7beb1fa7da 100644
--- a/compiler/debug/dwarf/dwarf_constants.h
+++ b/compiler/debug/dwarf/dwarf_constants.h
@@ -680,14 +680,6 @@ enum ExceptionHeaderValueApplication : uint8_t {
DW_EH_PE_aligned = 0x50,
};
-enum CFIFormat : uint8_t {
- // This is the original format as defined by the specification.
- // It is used for the .debug_frame section.
- DW_DEBUG_FRAME_FORMAT,
- // Slightly modified format used for the .eh_frame section.
- DW_EH_FRAME_FORMAT
-};
-
} // namespace dwarf
} // namespace art