Fix cvs merge fuckup.
authorStu Grossman <grossman@cygnus>
Thu, 27 Feb 1992 17:50:06 +0000 (17:50 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 27 Feb 1992 17:50:06 +0000 (17:50 +0000)
gdb/breakpoint.c

index 92419ee21902f42f9608c41238cc4c12530ce1cb..1f2d4e559f1dc1f23cd4cd5fd0adadcdf4bff225 100644 (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;
This page took 0.024875 seconds and 4 git commands to generate.