diff options
Diffstat (limited to 'gdb/objfile-flags.h')
-rw-r--r-- | gdb/objfile-flags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objfile-flags.h b/gdb/objfile-flags.h index f2a2ccf..43ba8aa 100644 --- a/gdb/objfile-flags.h +++ b/gdb/objfile-flags.h @@ -64,10 +64,6 @@ enum objfile_flag unrelated to filesystem names. It can be for example "<image in memory>". */ OBJF_NOT_FILENAME = 1 << 6, - - /* User requested that we do not read this objfile's symbolic - information. */ - OBJF_READNEVER = 1 << 7, }; DEF_ENUM_FLAGS_TYPE (enum objfile_flag, objfile_flags); |