]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove subset_compare
authorTom Tromey <tromey@adacore.com>
Wed, 14 Dec 2022 19:22:58 +0000 (12:22 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 15 Dec 2022 19:13:29 +0000 (12:13 -0700)
commitc573941878c15ecd8f0985cbe3fb8370abe4c807
treed91a9c794cf4ccfde7a4590a8d352f98c9665222
parent38665d717a3e65c70e6432243d5eed9728a4888a
Remove subset_compare

I stumbled across subset_compare today, and after looking at the
callers I realized it could be removed and replaced with calls to
startswith.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/stack.c
gdb/tui/tui-win.c
gdb/utils.c
gdb/utils.h