diff options
| author | Mark Wielaard <[email protected]> | 2010-05-31 15:39:15 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2010-06-01 23:08:08 +0200 |
| commit | 08e71dbedcd97273432d55ab0e4c476c287a5aa6 (patch) | |
| tree | d898722d2634ca4e494020798d46824bace10daf /libdw/cfi.h | |
| parent | 7a5bed8919f2a1dace847a33a78dbbb86a8e7eb9 (diff) | |
Move dwarf_cfi_cie_p definition from cfi.h to libdw.h.
Diffstat (limited to 'libdw/cfi.h')
| -rw-r--r-- | libdw/cfi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdw/cfi.h b/libdw/cfi.h index e04e76dd..6aaa9c8a 100644 --- a/libdw/cfi.h +++ b/libdw/cfi.h @@ -54,8 +54,6 @@ #include "libelfP.h" struct ebl; -#define dwarf_cfi_cie_p(entry) ((entry)->cie.CIE_id == DW_CIE_ID_64) - /* Cached CIE representation. */ struct dwarf_cie { |
