Fix cvs merge fuckup.

This commit is contained in:
Stu Grossman 1992-02-27 17:50:06 +00:00
parent 80ba48f58c
commit 36a19fdc5b

View file

@ -1265,12 +1265,6 @@ create_longjmp_breakpoint(func_name)
struct breakpoint *b;
static int internal_breakpoint_number = -1;
if (*bpt != NULL)
{
delete_breakpoint(*bpt);
*bpt = NULL;
}
if (func_name != NULL)
{
struct minimal_symbol *m;