diff options
author | Tom Tromey <tom@tromey.com> | 2020-12-11 09:33:36 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-12-11 09:33:42 -0700 |
commit | 07d9937a201b2ff66b4ca98eac70581fd17c1aa0 (patch) | |
tree | c60008a2ceff63010174a85481a2318d80dc6b85 /gdb/infrun.c | |
parent | 1345dee2805220742355b331934c2cdedf7669c6 (diff) | |
download | gdb-07d9937a201b2ff66b4ca98eac70581fd17c1aa0.zip gdb-07d9937a201b2ff66b4ca98eac70581fd17c1aa0.tar.gz gdb-07d9937a201b2ff66b4ca98eac70581fd17c1aa0.tar.bz2 |
install_variable cannot fail
I noticed that install_variable will never return false, so this patch
changes the return type to void. I couldn't find a spot in history
where it did return false, maybe it's always been like this.
gdb/ChangeLog
2020-12-11 Tom Tromey <tom@tromey.com>
* varobj.c (varobj_create): Update.
(install_variable): Return void.
Diffstat (limited to 'gdb/infrun.c')
0 files changed, 0 insertions, 0 deletions