Fix cvs merge fuckup.
This commit is contained in:
parent
80ba48f58c
commit
36a19fdc5b
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue