commit | abed5aa88ab304caa3a9e3b812f0dab06d44bdcf | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Fri Mar 04 17:14:44 2022 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Mar 06 10:20:31 2022 -0700 |
tree | 330c6ae683fa15c574f67e3f407c7c7d20456bb1 | |
parent | 5f8ab46bc6918efb678deb5956c033e466afe301 [diff] |
Simplify hppa-tdep.c use of objfile_key I happened to notice a couple of unnecessary casts in hppa-tdep.c, and then I saw that the use of objfile_key could be simplified -- removing some code and using the default deleter rather than noop_deleter. Tested by rebuilding. Let me know what you think.