]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove some QUIT calls from need_access_label_p
authorTom Tromey <tromey@adacore.com>
Thu, 21 Sep 2023 16:29:33 +0000 (10:29 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 21 Nov 2023 21:52:05 +0000 (14:52 -0700)
commita3e9fbf7e889228b091a7454cb5d862ddbc5b7ca
tree26d554938d99483aee79149b4a002a8951cc98e1
parentc3842cbe44249a70bcf4bb1a123f4335c4e98bf1
Remove some QUIT calls from need_access_label_p

I think these invocations of QUIT in need_access_label_p are overkill.
QUIT is already called from its caller.  This just removes them.

Acked-By: Simon Marchi <simon.marchi@efficios.com>
Reviewed-by: Keith Seitz <keiths@redhat.com>
gdb/c-typeprint.c