Remove dead code from py-finishbreakpoint.c
authorTom Tromey <tom@tromey.com>
Sun, 5 Jun 2022 16:22:40 +0000 (10:22 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 18 Oct 2022 16:31:36 +0000 (10:31 -0600)
commit04ea6b63141c43d9e96999e16917358088556fdd
tree7068f2534d43b2b1416f6173c83aa5b0c0b10b0e
parentf760c4f2999946dcc4936873a89cf2c24edc5e9b
Remove dead code from py-finishbreakpoint.c

PR python/16324 points out that comparing a frame id to null_frame_id
can never succeed, and proposes simply removing the dead code.  That
is what this patch does.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16324
gdb/python/py-finishbreakpoint.c