This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 24/42] Move pending_blocks and pending_block_obstack to buildsym_compunit


>>>>> "Simon" == Simon Marchi <simark@simark.ca> writes:

Simon> On 2018-05-23 12:58 AM, Tom Tromey wrote:
>> @@ -344,7 +348,6 @@ find_symbol_in_list (struct pending *list, char *name, int length)
>> 
>> scoped_free_pendings::scoped_free_pendings ()
>> {
>> -  gdb_assert (pending_blocks == nullptr);
>> }

Simon> You can remove the constructor (here and in the .h).

I made this change.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]