mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
gdb: remove BLOCK_NRANGES macro
Replace with range for loops. Change-Id: Icbe04f9b6f9e6ddae2e15b2409c61f7a336bc3e3
This commit is contained in:
committed by
Simon Marchi
parent
f5cb8afdd2
commit
f73b4922a0
@@ -215,10 +215,6 @@ struct global_block
|
||||
struct compunit_symtab *compunit_symtab;
|
||||
};
|
||||
|
||||
/* Number of ranges within a block. */
|
||||
|
||||
#define BLOCK_NRANGES(bl) (bl)->ranges ().size ()
|
||||
|
||||
/* Access range array for block BL. */
|
||||
|
||||
#define BLOCK_RANGE(bl) (bl)->ranges ().data ()
|
||||
|
||||
Reference in New Issue
Block a user