* symtab.h (domain_enum): Split in two...
[deliverable/binutils-gdb.git] / gdb / block.h
index 07d5bc7220b882e79326f9edb926dc2a028b47d7..923013ca38ae406e56e42c3e77c05003d64a178a 100644 (file)
@@ -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);
This page took 0.028862 seconds and 4 git commands to generate.