diff options
Diffstat (limited to 'libdw/libdwP.h')
| -rw-r--r-- | libdw/libdwP.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h index 1c947673..41361350 100644 --- a/libdw/libdwP.h +++ b/libdw/libdwP.h @@ -1,5 +1,5 @@ /* Internal definitions for libdwarf. - Copyright (C) 2002-2011, 2013 Red Hat, Inc. + Copyright (C) 2002-2011, 2013, 2014 Red Hat, Inc. This file is part of elfutils. Written by Ulrich Drepper <[email protected]>, 2002. @@ -147,9 +147,6 @@ struct Dwarf /* If true, we allocated the ELF descriptor ourselves. */ bool free_elf; - /* If true, we allocated the Dwarf descriptor for alt_dwarf ourselves. */ - bool free_alt; - /* Information for traversing the .debug_pubnames section. This is an array and separately allocated with malloc. */ struct pubnames_s |
