X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Fobjfiles.h;h=0656cfe4a12f1f6e0280b804a49573e18c48c41c;hb=deeafabb678e59d8585be6d765c7fbd0e7060b6c;hp=49b4627d67cc5e27370d24cbcc86fc369e15cae6;hpb=234529260a90b6ac6ed38ddac45d6ed15149e8f8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 49b4627d67..0656cfe4a1 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -773,10 +773,6 @@ extern void default_iterate_over_objfiles_in_search_order uninitialized section index. */ #define SECT_OFF_BSS(objfile) (objfile)->sect_index_bss -/* Answer whether there is more than one object file loaded. */ - -#define MULTI_OBJFILE_P() (object_files && object_files->next) - /* Reset the per-BFD storage area on OBJ. */ void set_objfile_per_bfd (struct objfile *obj);