X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fblock.h;h=923013ca38ae406e56e42c3e77c05003d64a178a;hb=8903c50da7496b9e04c3db262ec7020a206cab79;hp=07d5bc7220b882e79326f9edb926dc2a028b47d7;hpb=1e99536ae5e3e54a10f35e8c915d3bd6c44140bd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/block.h b/gdb/block.h index 07d5bc7220..923013ca38 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -129,10 +129,6 @@ struct blockvector #define BLOCKVECTOR_BLOCK(blocklist,n) (blocklist)->block[n] #define BLOCKVECTOR_MAP(blocklist) ((blocklist)->map) -/* Special block numbers */ - -enum { GLOBAL_BLOCK = 0, STATIC_BLOCK = 1, FIRST_LOCAL_BLOCK = 2 }; - extern struct symbol *block_linkage_function (const struct block *); extern int block_inlined_p (const struct block *block);