* breakpoint.c (bpstat_what): Removed duplicated case.
This commit is contained in:
Gary Benson 2011-06-29 15:20:34 +00:00
parent 42159ca500
commit 168e6d4402
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-06-29 Gary Benson <gbenson@redhat.com>
* breakpoint.c (bpstat_what): Removed duplicated case.
2011-06-28 Tom Tromey <tromey@redhat.com>
* python/python-internal.h (PY_SSIZE_T_CLEAN): Define.

View File

@ -4435,8 +4435,6 @@ bpstat_what (bpstat bs_head)
breakpoint which has since been deleted. */
bptype = bp_none;
}
else if (bs->breakpoint_at == NULL)
bptype = bp_none;
else
bptype = bs->breakpoint_at->type;