mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
Remove allocate_block and allocate_global_block
This removes allocate_block and allocate_global_block in favor of simply calling 'new'.
This commit is contained in:
@@ -426,10 +426,6 @@ extern const struct block *block_for_pc (CORE_ADDR);
|
||||
|
||||
extern const struct block *block_for_pc_sect (CORE_ADDR, struct obj_section *);
|
||||
|
||||
extern struct block *allocate_block (struct obstack *obstack);
|
||||
|
||||
extern struct block *allocate_global_block (struct obstack *obstack);
|
||||
|
||||
/* A block iterator. This structure should be treated as though it
|
||||
were opaque; it is only defined here because we want to support
|
||||
stack allocation of iterators. */
|
||||
|
||||
Reference in New Issue
Block a user