]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove expecting_notif parameter from getpkt_or_notif_sane_1
authorTom Tromey <tromey@adacore.com>
Mon, 28 Aug 2023 16:17:32 +0000 (10:17 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 29 Aug 2023 14:14:18 +0000 (08:14 -0600)
commitef6a98437852a4080bcb3e5c8036c9dae2b2c75c
tree466a739a34ad6e2283a4002ebcbec34d65ac82dd
parent74b180e0d8e086723b79f596826a4e1df7c3b802
Remove expecting_notif parameter from getpkt_or_notif_sane_1

For getpkt_or_notif_sane_1, expecting_notif is redundant, because it
always reflects whether the is_notif parameter is non-NULL.  This
patch removes the redundant parameter.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/remote.c